Html Css Color HEX #A06A21 Buttered Rum

📋 copy color: '#A06A21'

red 160 ◦ green 106 ◦ blue 33

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

Shades of Buttered Rum #A06A21

Tints of Buttered Rum #A06A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.45%

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 53.51%
G = 35.45%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A06A21 (or 0xA06A21) is known color: Buttered Rum. HEX triplet: A0, 6A and 21. RGB value is (160,106,33). Sum of RGB (Red+Green+Blue) = 160+106+33=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06A21 is #5F95DE. Grayscale: #727272. Windows color (decimal): -6264287 or 2189984. OLE color: 2189984.

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

Color convert

RGB 160 106 33 -
CMYK 0 0.34 0.79 0.37
HSL 34.49º 0.66% 0.38% -
HSV(B) 34.49º 0.79% 0.63% -
XYZ 19.93 17.89 3.84 -
YUV 113.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 160 106 33 0 0.34 0.79 0.37 34.49 0.66 0.38
Hex A0 6A 21 0 22 4F 25 22 42 26
Octal 240 152 41 0 42 117 45 42 102 46
Binary 10100000 1101010 100001 0 100010 1001111 100101 100010 1000010 100110

Color Harmonies of #A06A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A21

Black with #A06A21

Text Example


Text Example

White with #A06A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A21; }

 p { color: rgb(160,106,33); }

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

background-color css

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

 a { background-color: rgb(160,106,33); }

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

border-color css

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

 span { border-color: rgb(160,106,33); }

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