Html Css Color HEX #A89046 Turmeric

📋 copy color: '#A89046'

red 168 ◦ green 144 ◦ blue 70

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

Shades of Turmeric #A89046

Tints of Turmeric #A89046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 43.98%
G = 37.7%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A89046 (or 0xA89046) is known color: Turmeric. HEX triplet: A8, 90 and 46. RGB value is (168,144,70). Sum of RGB (Red+Green+Blue) = 168+144+70=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A89046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89046 is #576FB9. Grayscale: #8F8F8F. Windows color (decimal): -5730234 or 4624552. OLE color: 4624552.

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

Color convert

RGB 168 144 70 -
CMYK 0 0.14 0.58 0.34
HSL 45.31º 0.41% 0.47% -
HSV(B) 45.31º 0.58% 0.66% -
XYZ 27.23 28.71 9.9 -
YUV 142.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 168 144 70 0 0.14 0.58 0.34 45.31 0.41 0.47
Hex A8 90 46 0 E 3A 22 2D 29 2F
Octal 250 220 106 0 16 72 42 55 51 57
Binary 10101000 10010000 1000110 0 1110 111010 100010 101101 101001 101111

Color Harmonies of #A89046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89046

Black with #A89046

Text Example


Text Example

White with #A89046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89046; }

 p { color: rgb(168,144,70); }

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

background-color css

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

 a { background-color: rgb(168,144,70); }

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

border-color css

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

 span { border-color: rgb(168,144,70); }

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