Html Css Color HEX #A89346 Turmeric

📋 copy color: '#A89346'

red 168 ◦ green 147 ◦ blue 70

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

Shades of Turmeric #A89346

Tints of Turmeric #A89346

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

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

R = 43.64%
G = 38.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A89346 (or 0xA89346) is known color: Turmeric. HEX triplet: A8, 93 and 46. RGB value is (168,147,70). Sum of RGB (Red+Green+Blue) = 168+147+70=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A89346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89346 is #576CB9. Grayscale: #909090. Windows color (decimal): -5729466 or 4625320. OLE color: 4625320.

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

Color convert

RGB 168 147 70 -
CMYK 0 0.13 0.58 0.34
HSL 47.14º 0.41% 0.47% -
HSV(B) 47.14º 0.58% 0.66% -
XYZ 27.69 29.63 10.06 -
YUV 144.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 168 147 70 0 0.13 0.58 0.34 47.14 0.41 0.47
Hex A8 93 46 0 D 3A 22 2F 29 2F
Octal 250 223 106 0 15 72 42 57 51 57
Binary 10101000 10010011 1000110 0 1101 111010 100010 101111 101001 101111

Color Harmonies of #A89346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89346

Black with #A89346

Text Example


Text Example

White with #A89346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89346; }

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

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

background-color css

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

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

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

border-color css

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

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

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