Html Css Color HEX #A06C29 Buttered Rum

📋 copy color: '#A06C29'

red 160 ◦ green 108 ◦ blue 41

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

Shades of Buttered Rum #A06C29

Tints of Buttered Rum #A06C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 51.78%
G = 34.95%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A06C29 (or 0xA06C29) is known color: Buttered Rum. HEX triplet: A0, 6C and 29. RGB value is (160,108,41). Sum of RGB (Red+Green+Blue) = 160+108+41=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C29 is #5F93D6. Grayscale: #747474. Windows color (decimal): -6263767 or 2714784. OLE color: 2714784.

HSL color Cylindrical-coordinate representation of color #A06C29: hue angle of 33.78º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A06C29 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 108 41 -
CMYK 0 0.32 0.74 0.37
HSL 33.78º 0.59% 0.39% -
HSV(B) 33.78º 0.74% 0.63% -
XYZ 20.26 18.36 4.57 -
YUV 115.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 160 108 41 0 0.32 0.74 0.37 33.78 0.59 0.39
Hex A0 6C 29 0 20 4A 25 22 3B 27
Octal 240 154 51 0 40 112 45 42 73 47
Binary 10100000 1101100 101001 0 100000 1001010 100101 100010 111011 100111

Color Harmonies of #A06C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C29

Black with #A06C29

Text Example


Text Example

White with #A06C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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