Html Css Color HEX #A06D25 Buttered Rum

📋 copy color: '#A06D25'

red 160 ◦ green 109 ◦ blue 37

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

Shades of Buttered Rum #A06D25

Tints of Buttered Rum #A06D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

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

R = 52.29%
G = 35.62%
B = 12.09%

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

#A06D25 (or 0xA06D25) is known color: Buttered Rum. HEX triplet: A0, 6D and 25. RGB value is (160,109,37). Sum of RGB (Red+Green+Blue) = 160+109+37=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D25 is #5F92DA. Grayscale: #747474. Windows color (decimal): -6263515 or 2452896. OLE color: 2452896.

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

Color convert

RGB 160 109 37 -
CMYK 0 0.32 0.77 0.37
HSL 35.12º 0.62% 0.39% -
HSV(B) 35.12º 0.77% 0.63% -
XYZ 20.3 18.54 4.26 -
YUV 116.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 160 109 37 0 0.32 0.77 0.37 35.12 0.62 0.39
Hex A0 6D 25 0 20 4D 25 23 3E 27
Octal 240 155 45 0 40 115 45 43 76 47
Binary 10100000 1101101 100101 0 100000 1001101 100101 100011 111110 100111

Color Harmonies of #A06D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D25

Black with #A06D25

Text Example


Text Example

White with #A06D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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