Html Css Color HEX #A06C27 Buttered Rum

📋 copy color: '#A06C27'

red 160 ◦ green 108 ◦ blue 39

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

Shades of Buttered Rum #A06C27

Tints of Buttered Rum #A06C27

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

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

R = 52.12%
G = 35.18%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A06C27 (or 0xA06C27) is known color: Buttered Rum. HEX triplet: A0, 6C and 27. RGB value is (160,108,39). Sum of RGB (Red+Green+Blue) = 160+108+39=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C27 is #5F93D8. Grayscale: #747474. Windows color (decimal): -6263769 or 2583712. OLE color: 2583712.

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

Color convert

RGB 160 108 39 -
CMYK 0 0.32 0.76 0.37
HSL 34.21º 0.61% 0.39% -
HSV(B) 34.21º 0.76% 0.63% -
XYZ 20.23 18.35 4.39 -
YUV 115.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 160 108 39 0 0.32 0.76 0.37 34.21 0.61 0.39
Hex A0 6C 27 0 20 4C 25 22 3D 27
Octal 240 154 47 0 40 114 45 42 75 47
Binary 10100000 1101100 100111 0 100000 1001100 100101 100010 111101 100111

Color Harmonies of #A06C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C27

Black with #A06C27

Text Example


Text Example

White with #A06C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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