Html Css Color HEX #A06C2F Buttered Rum

📋 copy color: '#A06C2F'

red 160 ◦ green 108 ◦ blue 47

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

Shades of Buttered Rum #A06C2F

Tints of Buttered Rum #A06C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.92%

R = 50.79%
G = 34.29%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A06C2F (or 0xA06C2F) is known color: Buttered Rum. HEX triplet: A0, 6C and 2F. RGB value is (160,108,47). Sum of RGB (Red+Green+Blue) = 160+108+47=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C2F is #5F93D0. Grayscale: #747474. Windows color (decimal): -6263761 or 3108000. OLE color: 3108000.

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

Color convert

RGB 160 108 47 -
CMYK 0 0.32 0.71 0.37
HSL 32.39º 0.55% 0.41% -
HSV(B) 32.39º 0.71% 0.63% -
XYZ 20.37 18.4 5.17 -
YUV 116.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 160 108 47 0 0.32 0.71 0.37 32.39 0.55 0.41
Hex A0 6C 2F 0 20 47 25 20 37 29
Octal 240 154 57 0 40 107 45 40 67 51
Binary 10100000 1101100 101111 0 100000 1000111 100101 100000 110111 101001

Color Harmonies of #A06C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C2F

Black with #A06C2F

Text Example


Text Example

White with #A06C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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