Html Css Color HEX #A89740 Turmeric

📋 copy color: '#A89740'

red 168 ◦ green 151 ◦ blue 64

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

Shades of Turmeric #A89740

Tints of Turmeric #A89740

RGB

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

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

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

R = 43.86%
G = 39.43%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A89740 (or 0xA89740) is known color: Turmeric. HEX triplet: A8, 97 and 40. RGB value is (168,151,64). Sum of RGB (Red+Green+Blue) = 168+151+64=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A89740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89740 is #5768BF. Grayscale: #929292. Windows color (decimal): -5728448 or 4233128. OLE color: 4233128.

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

Color convert

RGB 168 151 64 -
CMYK 0 0.10 0.62 0.34
HSL 50.19º 0.45% 0.45% -
HSV(B) 50.19º 0.62% 0.66% -
XYZ 28.14 30.83 9.32 -
YUV 146.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 168 151 64 0 0.10 0.62 0.34 50.19 0.45 0.45
Hex A8 97 40 0 A 3E 22 32 2D 2D
Octal 250 227 100 0 12 76 42 62 55 55
Binary 10101000 10010111 1000000 0 1010 111110 100010 110010 101101 101101

Color Harmonies of #A89740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89740

Black with #A89740

Text Example


Text Example

White with #A89740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89740; }

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

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

background-color css

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

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

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

border-color css

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

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

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