Html Css Color HEX #A88F49 Turmeric

📋 copy color: '#A88F49'

red 168 ◦ green 143 ◦ blue 73

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

Shades of Turmeric #A88F49

Tints of Turmeric #A88F49

RGB

 RED value IS 168 (66.02% from 255) = 43.75%

 GREEN value IS 143 (56.25% from 255) = 37.24%

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 43.75%
G = 37.24%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A88F49 (or 0xA88F49) is known color: Turmeric. HEX triplet: A8, 8F and 49. RGB value is (168,143,73). Sum of RGB (Red+Green+Blue) = 168+143+73=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F49 is #5770B6. Grayscale: #8E8E8E. Windows color (decimal): -5730487 or 4820904. OLE color: 4820904.

HSL color Cylindrical-coordinate representation of color #A88F49: hue angle of 44.21º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A88F49 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 143 73 -
CMYK 0 0.15 0.57 0.34
HSL 44.21º 0.39% 0.47% -
HSV(B) 44.21º 0.57% 0.66% -
XYZ 27.17 28.45 10.36 -
YUV 142.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 168 143 73 0 0.15 0.57 0.34 44.21 0.39 0.47
Hex A8 8F 49 0 F 39 22 2C 27 2F
Octal 250 217 111 0 17 71 42 54 47 57
Binary 10101000 10001111 1001001 0 1111 111001 100010 101100 100111 101111

Color Harmonies of #A88F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88F49

Black with #A88F49

Text Example


Text Example

White with #A88F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88F49; }

 p { color: rgb(168,143,73); }

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

background-color css

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

 a { background-color: rgb(168,143,73); }

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

border-color css

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

 span { border-color: rgb(168,143,73); }

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