Html Css Color HEX #A89545 Turmeric

📋 copy color: '#A89545'

red 168 ◦ green 149 ◦ blue 69

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

Shades of Turmeric #A89545

Tints of Turmeric #A89545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 43.52%
G = 38.6%
B = 17.88%

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

#A89545 (or 0xA89545) is known color: Turmeric. HEX triplet: A8, 95 and 45. RGB value is (168,149,69). Sum of RGB (Red+Green+Blue) = 168+149+69=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A89545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89545 is #576ABA. Grayscale: #919191. Windows color (decimal): -5728955 or 4560296. OLE color: 4560296.

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

Color convert

RGB 168 149 69 -
CMYK 0 0.11 0.59 0.34
HSL 48.48º 0.42% 0.46% -
HSV(B) 48.48º 0.59% 0.66% -
XYZ 27.97 30.25 9.99 -
YUV 145.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 168 149 69 0 0.11 0.59 0.34 48.48 0.42 0.46
Hex A8 95 45 0 B 3B 22 30 2A 2E
Octal 250 225 105 0 13 73 42 60 52 56
Binary 10101000 10010101 1000101 0 1011 111011 100010 110000 101010 101110

Color Harmonies of #A89545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89545

Black with #A89545

Text Example


Text Example

White with #A89545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89545; }

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

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

background-color css

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

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

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

border-color css

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

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

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