Html Css Color HEX #A99242 Turmeric

📋 copy color: '#A99242'

red 169 ◦ green 146 ◦ blue 66

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

Shades of Turmeric #A99242

Tints of Turmeric #A99242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.32%

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

R = 44.36%
G = 38.32%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A99242 (or 0xA99242) is known color: Turmeric. HEX triplet: A9, 92 and 42. RGB value is (169,146,66). Sum of RGB (Red+Green+Blue) = 169+146+66=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A99242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99242 is #566DBD. Grayscale: #909090. Windows color (decimal): -5664190 or 4362921. OLE color: 4362921.

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

Color convert

RGB 169 146 66 -
CMYK 0 0.14 0.61 0.34
HSL 46.6º 0.44% 0.46% -
HSV(B) 46.6º 0.61% 0.66% -
XYZ 27.62 29.39 9.37 -
YUV 143.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 169 146 66 0 0.14 0.61 0.34 46.6 0.44 0.46
Hex A9 92 42 0 E 3D 22 2F 2C 2E
Octal 251 222 102 0 16 75 42 57 54 56
Binary 10101001 10010010 1000010 0 1110 111101 100010 101111 101100 101110

Color Harmonies of #A99242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99242

Black with #A99242

Text Example


Text Example

White with #A99242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99242; }

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

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

background-color css

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

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

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

border-color css

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

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

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