Html Css Color HEX #A06C25 Buttered Rum

📋 copy color: '#A06C25'

red 160 ◦ green 108 ◦ blue 37

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

Shades of Buttered Rum #A06C25

Tints of Buttered Rum #A06C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 52.46%
G = 35.41%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A06C25 (or 0xA06C25) is known color: Buttered Rum. HEX triplet: A0, 6C and 25. RGB value is (160,108,37). Sum of RGB (Red+Green+Blue) = 160+108+37=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C25 is #5F93DA. Grayscale: #737373. Windows color (decimal): -6263771 or 2452640. OLE color: 2452640.

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

Color convert

RGB 160 108 37 -
CMYK 0 0.32 0.77 0.37
HSL 34.63º 0.62% 0.39% -
HSV(B) 34.63º 0.77% 0.63% -
XYZ 20.19 18.33 4.22 -
YUV 115.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 160 108 37 0 0.32 0.77 0.37 34.63 0.62 0.39
Hex A0 6C 25 0 20 4D 25 23 3E 27
Octal 240 154 45 0 40 115 45 43 76 47
Binary 10100000 1101100 100101 0 100000 1001101 100101 100011 111110 100111

Color Harmonies of #A06C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C25

Black with #A06C25

Text Example


Text Example

White with #A06C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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