Html Css Color HEX #A59942 Turmeric

📋 copy color: '#A59942'

red 165 ◦ green 153 ◦ blue 66

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

Shades of Turmeric #A59942

Tints of Turmeric #A59942

RGB

 RED value IS 165 (64.84% from 255) = 42.97%

 GREEN value IS 153 (60.16% from 255) = 39.84%

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

R = 42.97%
G = 39.84%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A59942 (or 0xA59942) is known color: Turmeric. HEX triplet: A5, 99 and 42. RGB value is (165,153,66). Sum of RGB (Red+Green+Blue) = 165+153+66=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A59942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59942 is #5A66BD. Grayscale: #939393. Windows color (decimal): -5924542 or 4364709. OLE color: 4364709.

HSL color Cylindrical-coordinate representation of color #A59942: hue angle of 52.73º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A59942 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 153 66 -
CMYK 0 0.07 0.60 0.35
HSL 52.73º 0.43% 0.45% -
HSV(B) 52.73º 0.6% 0.65% -
XYZ 27.89 31.18 9.7 -
YUV 146.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 165 153 66 0 0.07 0.60 0.35 52.73 0.43 0.45
Hex A5 99 42 0 7 3C 23 35 2B 2D
Octal 245 231 102 0 7 74 43 65 53 55
Binary 10100101 10011001 1000010 0 111 111100 100011 110101 101011 101101

Color Harmonies of #A59942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59942

Black with #A59942

Text Example


Text Example

White with #A59942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59942; }

 p { color: rgb(165,153,66); }

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

background-color css

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

 a { background-color: rgb(165,153,66); }

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

border-color css

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

 span { border-color: rgb(165,153,66); }

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