Html Css Color HEX #A06B27 Buttered Rum

📋 copy color: '#A06B27'

red 160 ◦ green 107 ◦ blue 39

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

Shades of Buttered Rum #A06B27

Tints of Buttered Rum #A06B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

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

R = 52.29%
G = 34.97%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A06B27 (or 0xA06B27) is known color: Buttered Rum. HEX triplet: A0, 6B and 27. RGB value is (160,107,39). Sum of RGB (Red+Green+Blue) = 160+107+39=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B27 is #5F94D8. Grayscale: #737373. Windows color (decimal): -6264025 or 2583456. OLE color: 2583456.

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

Color convert

RGB 160 107 39 -
CMYK 0 0.33 0.76 0.37
HSL 33.72º 0.61% 0.39% -
HSV(B) 33.72º 0.76% 0.63% -
XYZ 20.12 18.14 4.36 -
YUV 115.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 160 107 39 0 0.33 0.76 0.37 33.72 0.61 0.39
Hex A0 6B 27 0 21 4C 25 22 3D 27
Octal 240 153 47 0 41 114 45 42 75 47
Binary 10100000 1101011 100111 0 100001 1001100 100101 100010 111101 100111

Color Harmonies of #A06B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B27

Black with #A06B27

Text Example


Text Example

White with #A06B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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