Html Css Color HEX #A06F27 Buttered Rum

📋 copy color: '#A06F27'

red 160 ◦ green 111 ◦ blue 39

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

Shades of Buttered Rum #A06F27

Tints of Buttered Rum #A06F27

RGB

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

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

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

R = 51.61%
G = 35.81%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A06F27 (or 0xA06F27) is known color: Buttered Rum. HEX triplet: A0, 6F and 27. RGB value is (160,111,39). Sum of RGB (Red+Green+Blue) = 160+111+39=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F27 is #5F90D8. Grayscale: #757575. Windows color (decimal): -6263001 or 2584480. OLE color: 2584480.

HSL color Cylindrical-coordinate representation of color #A06F27: hue angle of 35.7º 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 #A06F27 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 111 39 -
CMYK 0 0.31 0.76 0.37
HSL 35.7º 0.61% 0.39% -
HSV(B) 35.7º 0.76% 0.63% -
XYZ 20.55 18.99 4.5 -
YUV 117.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 160 111 39 0 0.31 0.76 0.37 35.7 0.61 0.39
Hex A0 6F 27 0 1F 4C 25 24 3D 27
Octal 240 157 47 0 37 114 45 44 75 47
Binary 10100000 1101111 100111 0 11111 1001100 100101 100100 111101 100111

Color Harmonies of #A06F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F27

Black with #A06F27

Text Example


Text Example

White with #A06F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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