Html Css Color HEX #A89640 Turmeric

📋 copy color: '#A89640'

red 168 ◦ green 150 ◦ blue 64

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

Shades of Turmeric #A89640

Tints of Turmeric #A89640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.27%

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

R = 43.98%
G = 39.27%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A89640 (or 0xA89640) is known color: Turmeric. HEX triplet: A8, 96 and 40. RGB value is (168,150,64). Sum of RGB (Red+Green+Blue) = 168+150+64=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A89640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89640 is #5769BF. Grayscale: #919191. Windows color (decimal): -5728704 or 4232872. OLE color: 4232872.

HSL color Cylindrical-coordinate representation of color #A89640: hue angle of 49.62º 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 #A89640 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 150 64 -
CMYK 0 0.11 0.62 0.34
HSL 49.62º 0.45% 0.45% -
HSV(B) 49.62º 0.62% 0.66% -
XYZ 27.98 30.51 9.26 -
YUV 145.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 168 150 64 0 0.11 0.62 0.34 49.62 0.45 0.45
Hex A8 96 40 0 B 3E 22 32 2D 2D
Octal 250 226 100 0 13 76 42 62 55 55
Binary 10101000 10010110 1000000 0 1011 111110 100010 110010 101101 101101

Color Harmonies of #A89640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89640

Black with #A89640

Text Example


Text Example

White with #A89640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89640; }

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

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

background-color css

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

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

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

border-color css

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

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

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