Html Css Color HEX #A09946 Highball

📋 copy color: '#A09946'

red 160 ◦ green 153 ◦ blue 70

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

Shades of Highball #A09946

Tints of Highball #A09946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 41.78%
G = 39.95%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A09946 (or 0xA09946) is known color: Highball. HEX triplet: A0, 99 and 46. RGB value is (160,153,70). Sum of RGB (Red+Green+Blue) = 160+153+70=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A09946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09946 is #5F66B9. Grayscale: #919191. Windows color (decimal): -6252218 or 4626848. OLE color: 4626848.

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

Color convert

RGB 160 153 70 -
CMYK 0 0.04 0.56 0.37
HSL 55.33º 0.39% 0.45% -
HSV(B) 55.33º 0.56% 0.63% -
XYZ 26.99 30.7 10.3 -
YUV 145.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 160 153 70 0 0.04 0.56 0.37 55.33 0.39 0.45
Hex A0 99 46 0 4 38 25 37 27 2D
Octal 240 231 106 0 4 70 45 67 47 55
Binary 10100000 10011001 1000110 0 100 111000 100101 110111 100111 101101

Color Harmonies of #A09946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09946

Black with #A09946

Text Example


Text Example

White with #A09946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09946; }

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

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

background-color css

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

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

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

border-color css

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

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

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