Html Css Color HEX #A06B2F Buttered Rum

📋 copy color: '#A06B2F'

red 160 ◦ green 107 ◦ blue 47

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

Shades of Buttered Rum #A06B2F

Tints of Buttered Rum #A06B2F

RGB

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

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

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

R = 50.96%
G = 34.08%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A06B2F (or 0xA06B2F) is known color: Buttered Rum. HEX triplet: A0, 6B and 2F. RGB value is (160,107,47). Sum of RGB (Red+Green+Blue) = 160+107+47=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B2F is #5F94D0. Grayscale: #747474. Windows color (decimal): -6264017 or 3107744. OLE color: 3107744.

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

Color convert

RGB 160 107 47 -
CMYK 0 0.33 0.71 0.37
HSL 31.86º 0.55% 0.41% -
HSV(B) 31.86º 0.71% 0.63% -
XYZ 20.27 18.19 5.13 -
YUV 116.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 160 107 47 0 0.33 0.71 0.37 31.86 0.55 0.41
Hex A0 6B 2F 0 21 47 25 20 37 29
Octal 240 153 57 0 41 107 45 40 67 51
Binary 10100000 1101011 101111 0 100001 1000111 100101 100000 110111 101001

Color Harmonies of #A06B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B2F

Black with #A06B2F

Text Example


Text Example

White with #A06B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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