Html Css Color HEX #A06A2F Buttered Rum

📋 copy color: '#A06A2F'

red 160 ◦ green 106 ◦ blue 47

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

Shades of Buttered Rum #A06A2F

Tints of Buttered Rum #A06A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 51.12%
G = 33.87%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A06A2F (or 0xA06A2F) is known color: Buttered Rum. HEX triplet: A0, 6A and 2F. RGB value is (160,106,47). Sum of RGB (Red+Green+Blue) = 160+106+47=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06A2F is #5F95D0. Grayscale: #737373. Windows color (decimal): -6264273 or 3107488. OLE color: 3107488.

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

Color convert

RGB 160 106 47 -
CMYK 0 0.34 0.71 0.37
HSL 31.33º 0.55% 0.41% -
HSV(B) 31.33º 0.71% 0.63% -
XYZ 20.16 17.99 5.1 -
YUV 115.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 160 106 47 0 0.34 0.71 0.37 31.33 0.55 0.41
Hex A0 6A 2F 0 22 47 25 1F 37 29
Octal 240 152 57 0 42 107 45 37 67 51
Binary 10100000 1101010 101111 0 100010 1000111 100101 11111 110111 101001

Color Harmonies of #A06A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A2F

Black with #A06A2F

Text Example


Text Example

White with #A06A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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