Html Css Color HEX #A99442 Turmeric

📋 copy color: '#A99442'

red 169 ◦ green 148 ◦ blue 66

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

Shades of Turmeric #A99442

Tints of Turmeric #A99442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 44.13%
G = 38.64%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A99442 (or 0xA99442) is known color: Turmeric. HEX triplet: A9, 94 and 42. RGB value is (169,148,66). Sum of RGB (Red+Green+Blue) = 169+148+66=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A99442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99442 is #566BBD. Grayscale: #919191. Windows color (decimal): -5663678 or 4363433. OLE color: 4363433.

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

Color convert

RGB 169 148 66 -
CMYK 0 0.12 0.61 0.34
HSL 47.77º 0.44% 0.46% -
HSV(B) 47.77º 0.61% 0.66% -
XYZ 27.94 30.01 9.47 -
YUV 144.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 169 148 66 0 0.12 0.61 0.34 47.77 0.44 0.46
Hex A9 94 42 0 C 3D 22 30 2C 2E
Octal 251 224 102 0 14 75 42 60 54 56
Binary 10101001 10010100 1000010 0 1100 111101 100010 110000 101100 101110

Color Harmonies of #A99442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99442

Black with #A99442

Text Example


Text Example

White with #A99442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99442; }

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

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

background-color css

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

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

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

border-color css

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

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

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