Html Css Color HEX #AB973F Turmeric

📋 copy color: '#AB973F'

red 171 ◦ green 151 ◦ blue 63

#AB973F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turmeric #AB973F

Tints of Turmeric #AB973F

RGB

 RED value IS 171 (67.19% from 255) = 44.42%

 GREEN value IS 151 (59.38% from 255) = 39.22%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 44.42%
G = 39.22%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB973F (or 0xAB973F) is known color: Turmeric. HEX triplet: AB, 97 and 3F. RGB value is (171,151,63). Sum of RGB (Red+Green+Blue) = 171+151+63=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB973F is #5468C0. Grayscale: #939393. Windows color (decimal): -5531841 or 4167595. OLE color: 4167595.

HSL color Cylindrical-coordinate representation of color #AB973F: hue angle of 48.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB973F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 151 63 -
CMYK 0 0.12 0.63 0.33
HSL 48.89º 0.46% 0.46% -
HSV(B) 48.89º 0.63% 0.67% -
XYZ 28.76 31.15 9.2 -
YUV 146.95 80.63 145.16 -
System Red Green Blue C M Y K H S L
Decimal 171 151 63 0 0.12 0.63 0.33 48.89 0.46 0.46
Hex AB 97 3F 0 C 3F 21 31 2E 2E
Octal 253 227 77 0 14 77 41 61 56 56
Binary 10101011 10010111 111111 0 1100 111111 100001 110001 101110 101110

Color Harmonies of #AB973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB973F

Black with #AB973F

Text Example


Text Example

White with #AB973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB973F; }

 p { color: rgb(171,151,63); }

 H1.HeaderClassName
 {
   color: #AB973F;
 }
 .AnyTagClassName
 {
   color: #AB973F;
 }
</style>

background-color css

<style>
 a { background-color: #AB973F; }

 a { background-color: rgb(171,151,63); }

 div.DivClassName
 {
   background-color: #AB973F;
 }
 .BgClassName
 {
   background-color: #AB973F;
 }
</style>

border-color css

<style>
 span { border-color: #AB973F; }

 span { border-color: rgb(171,151,63); }

 td.TdClassName
 {
   border-color: #AB973F;
 }
 .TagClassName
 {
   border-color: #AB973F;
 }
</style>