Html Css Color HEX #A99742 Turmeric

📋 copy color: '#A99742'

red 169 ◦ green 151 ◦ blue 66

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

Shades of Turmeric #A99742

Tints of Turmeric #A99742

RGB

 RED value IS 169 (66.41% from 255) = 43.78%

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

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 43.78%
G = 39.12%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A99742 (or 0xA99742) is known color: Turmeric. HEX triplet: A9, 97 and 42. RGB value is (169,151,66). Sum of RGB (Red+Green+Blue) = 169+151+66=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A99742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99742 is #5668BD. Grayscale: #939393. Windows color (decimal): -5662910 or 4364201. OLE color: 4364201.

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

Color convert

RGB 169 151 66 -
CMYK 0 0.11 0.61 0.34
HSL 49.51º 0.44% 0.46% -
HSV(B) 49.51º 0.61% 0.66% -
XYZ 28.41 30.96 9.63 -
YUV 146.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 169 151 66 0 0.11 0.61 0.34 49.51 0.44 0.46
Hex A9 97 42 0 B 3D 22 32 2C 2E
Octal 251 227 102 0 13 75 42 62 54 56
Binary 10101001 10010111 1000010 0 1011 111101 100010 110010 101100 101110

Color Harmonies of #A99742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99742

Black with #A99742

Text Example


Text Example

White with #A99742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99742; }

 p { color: rgb(169,151,66); }

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

background-color css

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

 a { background-color: rgb(169,151,66); }

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

border-color css

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

 span { border-color: rgb(169,151,66); }

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