Html Css Color HEX #A09942 Highball

📋 copy color: '#A09942'

red 160 ◦ green 153 ◦ blue 66

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

Shades of Highball #A09942

Tints of Highball #A09942

RGB

 RED value IS 160 (62.89% from 255) = 42.22%

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

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

R = 42.22%
G = 40.37%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A09942 (or 0xA09942) is known color: Highball. HEX triplet: A0, 99 and 42. RGB value is (160,153,66). Sum of RGB (Red+Green+Blue) = 160+153+66=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A09942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09942 is #5F66BD. Grayscale: #919191. Windows color (decimal): -6252222 or 4364704. OLE color: 4364704.

HSL color Cylindrical-coordinate representation of color #A09942: hue angle of 55.53º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A09942 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 66 -
CMYK 0 0.04 0.59 0.37
HSL 55.53º 0.42% 0.44% -
HSV(B) 55.53º 0.59% 0.63% -
XYZ 26.87 30.65 9.65 -
YUV 145.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 160 153 66 0 0.04 0.59 0.37 55.53 0.42 0.44
Hex A0 99 42 0 4 3B 25 38 2A 2C
Octal 240 231 102 0 4 73 45 70 52 54
Binary 10100000 10011001 1000010 0 100 111011 100101 111000 101010 101100

Color Harmonies of #A09942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09942

Black with #A09942

Text Example


Text Example

White with #A09942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09942; }

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

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

background-color css

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

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

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

border-color css

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

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

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