Html Css Color HEX #A09B48 Highball

📋 copy color: '#A09B48'

red 160 ◦ green 155 ◦ blue 72

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

Shades of Highball #A09B48

Tints of Highball #A09B48

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 41.34%
G = 40.05%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A09B48 (or 0xA09B48) is known color: Highball. HEX triplet: A0, 9B and 48. RGB value is (160,155,72). Sum of RGB (Red+Green+Blue) = 160+155+72=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B48 is #5F64B7. Grayscale: #939393. Windows color (decimal): -6251704 or 4758432. OLE color: 4758432.

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

Color convert

RGB 160 155 72 -
CMYK 0 0.03 0.55 0.37
HSL 56.59º 0.38% 0.45% -
HSV(B) 56.59º 0.55% 0.63% -
XYZ 27.39 31.38 10.75 -
YUV 147.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 160 155 72 0 0.03 0.55 0.37 56.59 0.38 0.45
Hex A0 9B 48 0 3 37 25 39 26 2D
Octal 240 233 110 0 3 67 45 71 46 55
Binary 10100000 10011011 1001000 0 11 110111 100101 111001 100110 101101

Color Harmonies of #A09B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09B48

Black with #A09B48

Text Example


Text Example

White with #A09B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09B48; }

 p { color: rgb(160,155,72); }

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

background-color css

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

 a { background-color: rgb(160,155,72); }

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

border-color css

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

 span { border-color: rgb(160,155,72); }

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