Html Css Color HEX #A06B32 Buttered Rum

📋 copy color: '#A06B32'

red 160 ◦ green 107 ◦ blue 50

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

Shades of Buttered Rum #A06B32

Tints of Buttered Rum #A06B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 50.47%
G = 33.75%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A06B32 (or 0xA06B32) is known color: Buttered Rum. HEX triplet: A0, 6B and 32. RGB value is (160,107,50). Sum of RGB (Red+Green+Blue) = 160+107+50=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B32 is #5F94CD. Grayscale: #747474. Windows color (decimal): -6264014 or 3304352. OLE color: 3304352.

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

Color convert

RGB 160 107 50 -
CMYK 0 0.33 0.69 0.37
HSL 31.09º 0.52% 0.41% -
HSV(B) 31.09º 0.69% 0.63% -
XYZ 20.33 18.22 5.46 -
YUV 116.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 160 107 50 0 0.33 0.69 0.37 31.09 0.52 0.41
Hex A0 6B 32 0 21 45 25 1F 34 29
Octal 240 153 62 0 41 105 45 37 64 51
Binary 10100000 1101011 110010 0 100001 1000101 100101 11111 110100 101001

Color Harmonies of #A06B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B32

Black with #A06B32

Text Example


Text Example

White with #A06B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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