Html Css Color HEX #A89A40 Turmeric

📋 copy color: '#A89A40'

red 168 ◦ green 154 ◦ blue 64

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

Shades of Turmeric #A89A40

Tints of Turmeric #A89A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.9%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 43.52%
G = 39.9%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A89A40 (or 0xA89A40) is known color: Turmeric. HEX triplet: A8, 9A and 40. RGB value is (168,154,64). Sum of RGB (Red+Green+Blue) = 168+154+64=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A40 is #5765BF. Grayscale: #949494. Windows color (decimal): -5727680 or 4233896. OLE color: 4233896.

HSL color Cylindrical-coordinate representation of color #A89A40: hue angle of 51.92º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A89A40 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 154 64 -
CMYK 0 0.08 0.62 0.34
HSL 51.92º 0.45% 0.45% -
HSV(B) 51.92º 0.62% 0.66% -
XYZ 28.63 31.81 9.48 -
YUV 147.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 168 154 64 0 0.08 0.62 0.34 51.92 0.45 0.45
Hex A8 9A 40 0 8 3E 22 34 2D 2D
Octal 250 232 100 0 10 76 42 64 55 55
Binary 10101000 10011010 1000000 0 1000 111110 100010 110100 101101 101101

Color Harmonies of #A89A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89A40

Black with #A89A40

Text Example


Text Example

White with #A89A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89A40; }

 p { color: rgb(168,154,64); }

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

background-color css

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

 a { background-color: rgb(168,154,64); }

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

border-color css

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

 span { border-color: rgb(168,154,64); }

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