Html Css Color HEX #A06F3B Buttered Rum

📋 copy color: '#A06F3B'

red 160 ◦ green 111 ◦ blue 59

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

Shades of Buttered Rum #A06F3B

Tints of Buttered Rum #A06F3B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 48.48%
G = 33.64%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A06F3B (or 0xA06F3B) is known color: Buttered Rum. HEX triplet: A0, 6F and 3B. RGB value is (160,111,59). Sum of RGB (Red+Green+Blue) = 160+111+59=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F3B is #5F90C4. Grayscale: #777777. Windows color (decimal): -6262981 or 3895200. OLE color: 3895200.

HSL color Cylindrical-coordinate representation of color #A06F3B: hue angle of 30.89º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A06F3B is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 111 59 -
CMYK 0 0.31 0.63 0.37
HSL 30.89º 0.46% 0.43% -
HSV(B) 30.89º 0.63% 0.63% -
XYZ 20.97 19.16 6.73 -
YUV 119.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 160 111 59 0 0.31 0.63 0.37 30.89 0.46 0.43
Hex A0 6F 3B 0 1F 3F 25 1F 2E 2B
Octal 240 157 73 0 37 77 45 37 56 53
Binary 10100000 1101111 111011 0 11111 111111 100101 11111 101110 101011

Color Harmonies of #A06F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F3B

Black with #A06F3B

Text Example


Text Example

White with #A06F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F3B; }

 p { color: rgb(160,111,59); }

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

background-color css

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

 a { background-color: rgb(160,111,59); }

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

border-color css

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

 span { border-color: rgb(160,111,59); }

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