Html Css Color HEX #A17025 Buttered Rum

📋 copy color: '#A17025'

red 161 ◦ green 112 ◦ blue 37

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

Shades of Buttered Rum #A17025

Tints of Buttered Rum #A17025

RGB

 RED value IS 161 (63.28% from 255) = 51.94%

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 51.94%
G = 36.13%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A17025 (or 0xA17025) is known color: Buttered Rum. HEX triplet: A1, 70 and 25. RGB value is (161,112,37). Sum of RGB (Red+Green+Blue) = 161+112+37=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A17025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17025 is #5E8FDA. Grayscale: #767676. Windows color (decimal): -6197211 or 2453665. OLE color: 2453665.

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

Color convert

RGB 161 112 37 -
CMYK 0 0.30 0.77 0.37
HSL 36.29º 0.63% 0.39% -
HSV(B) 36.29º 0.77% 0.63% -
XYZ 20.83 19.3 4.38 -
YUV 118.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 161 112 37 0 0.30 0.77 0.37 36.29 0.63 0.39
Hex A1 70 25 0 1E 4D 25 24 3F 27
Octal 241 160 45 0 36 115 45 44 77 47
Binary 10100001 1110000 100101 0 11110 1001101 100101 100100 111111 100111

Color Harmonies of #A17025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17025

Black with #A17025

Text Example


Text Example

White with #A17025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17025; }

 p { color: rgb(161,112,37); }

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

background-color css

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

 a { background-color: rgb(161,112,37); }

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

border-color css

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

 span { border-color: rgb(161,112,37); }

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