Html Css Color HEX #A89546 Turmeric

📋 copy color: '#A89546'

red 168 ◦ green 149 ◦ blue 70

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

Shades of Turmeric #A89546

Tints of Turmeric #A89546

RGB

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

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

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

R = 43.41%
G = 38.5%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A89546 (or 0xA89546) is known color: Turmeric. HEX triplet: A8, 95 and 46. RGB value is (168,149,70). Sum of RGB (Red+Green+Blue) = 168+149+70=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A89546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89546 is #576AB9. Grayscale: #929292. Windows color (decimal): -5728954 or 4625832. OLE color: 4625832.

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

Color convert

RGB 168 149 70 -
CMYK 0 0.11 0.58 0.34
HSL 48.37º 0.41% 0.47% -
HSV(B) 48.37º 0.58% 0.66% -
XYZ 28 30.26 10.16 -
YUV 145.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 168 149 70 0 0.11 0.58 0.34 48.37 0.41 0.47
Hex A8 95 46 0 B 3A 22 30 29 2F
Octal 250 225 106 0 13 72 42 60 51 57
Binary 10101000 10010101 1000110 0 1011 111010 100010 110000 101001 101111

Color Harmonies of #A89546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89546

Black with #A89546

Text Example


Text Example

White with #A89546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89546; }

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

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

background-color css

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

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

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

border-color css

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

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

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