Html Css Color HEX #A89645 Turmeric

📋 copy color: '#A89645'

red 168 ◦ green 150 ◦ blue 69

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

Shades of Turmeric #A89645

Tints of Turmeric #A89645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 43.41%
G = 38.76%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A89645 (or 0xA89645) is known color: Turmeric. HEX triplet: A8, 96 and 45. RGB value is (168,150,69). Sum of RGB (Red+Green+Blue) = 168+150+69=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A89645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89645 is #5769BA. Grayscale: #929292. Windows color (decimal): -5728699 or 4560552. OLE color: 4560552.

HSL color Cylindrical-coordinate representation of color #A89645: hue angle of 49.09º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A89645 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 150 69 -
CMYK 0 0.11 0.59 0.34
HSL 49.09º 0.42% 0.46% -
HSV(B) 49.09º 0.59% 0.66% -
XYZ 28.13 30.57 10.05 -
YUV 146.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 168 150 69 0 0.11 0.59 0.34 49.09 0.42 0.46
Hex A8 96 45 0 B 3B 22 31 2A 2E
Octal 250 226 105 0 13 73 42 61 52 56
Binary 10101000 10010110 1000101 0 1011 111011 100010 110001 101010 101110

Color Harmonies of #A89645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89645

Black with #A89645

Text Example


Text Example

White with #A89645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89645; }

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

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

background-color css

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

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

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

border-color css

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

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

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