Html Css Color HEX #A06A27 Buttered Rum

📋 copy color: '#A06A27'

red 160 ◦ green 106 ◦ blue 39

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

Shades of Buttered Rum #A06A27

Tints of Buttered Rum #A06A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 52.46%
G = 34.75%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A06A27 (or 0xA06A27) is known color: Buttered Rum. HEX triplet: A0, 6A and 27. RGB value is (160,106,39). Sum of RGB (Red+Green+Blue) = 160+106+39=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06A27 is #5F95D8. Grayscale: #727272. Windows color (decimal): -6264281 or 2583200. OLE color: 2583200.

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

Color convert

RGB 160 106 39 -
CMYK 0 0.34 0.76 0.37
HSL 33.22º 0.61% 0.39% -
HSV(B) 33.22º 0.76% 0.63% -
XYZ 20.02 17.93 4.32 -
YUV 114.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 160 106 39 0 0.34 0.76 0.37 33.22 0.61 0.39
Hex A0 6A 27 0 22 4C 25 21 3D 27
Octal 240 152 47 0 42 114 45 41 75 47
Binary 10100000 1101010 100111 0 100010 1001100 100101 100001 111101 100111

Color Harmonies of #A06A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A27

Black with #A06A27

Text Example


Text Example

White with #A06A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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