Html Css Color HEX #A06C28 Buttered Rum

📋 copy color: '#A06C28'

red 160 ◦ green 108 ◦ blue 40

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

Shades of Buttered Rum #A06C28

Tints of Buttered Rum #A06C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 51.95%
G = 35.06%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A06C28 (or 0xA06C28) is known color: Buttered Rum. HEX triplet: A0, 6C and 28. RGB value is (160,108,40). Sum of RGB (Red+Green+Blue) = 160+108+40=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C28 is #5F93D7. Grayscale: #747474. Windows color (decimal): -6263768 or 2649248. OLE color: 2649248.

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

Color convert

RGB 160 108 40 -
CMYK 0 0.32 0.75 0.37
HSL 34º 0.6% 0.39% -
HSV(B) 34º 0.75% 0.63% -
XYZ 20.24 18.35 4.48 -
YUV 115.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 160 108 40 0 0.32 0.75 0.37 34 0.6 0.39
Hex A0 6C 28 0 20 4B 25 22 3C 27
Octal 240 154 50 0 40 113 45 42 74 47
Binary 10100000 1101100 101000 0 100000 1001011 100101 100010 111100 100111

Color Harmonies of #A06C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C28

Black with #A06C28

Text Example


Text Example

White with #A06C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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