Html Css Color HEX #A06C33 Buttered Rum

📋 copy color: '#A06C33'

red 160 ◦ green 108 ◦ blue 51

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

Shades of Buttered Rum #A06C33

Tints of Buttered Rum #A06C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 50.16%
G = 33.86%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A06C33 (or 0xA06C33) is known color: Buttered Rum. HEX triplet: A0, 6C and 33. RGB value is (160,108,51). Sum of RGB (Red+Green+Blue) = 160+108+51=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C33 is #5F93CC. Grayscale: #757575. Windows color (decimal): -6263757 or 3370144. OLE color: 3370144.

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

Color convert

RGB 160 108 51 -
CMYK 0 0.32 0.68 0.37
HSL 31.38º 0.52% 0.41% -
HSV(B) 31.38º 0.68% 0.63% -
XYZ 20.46 18.44 5.61 -
YUV 117.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 160 108 51 0 0.32 0.68 0.37 31.38 0.52 0.41
Hex A0 6C 33 0 20 44 25 1F 34 29
Octal 240 154 63 0 40 104 45 37 64 51
Binary 10100000 1101100 110011 0 100000 1000100 100101 11111 110100 101001

Color Harmonies of #A06C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C33

Black with #A06C33

Text Example


Text Example

White with #A06C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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