Html Css Color HEX #A1752F Buttered Rum

📋 copy color: '#A1752F'

red 161 ◦ green 117 ◦ blue 47

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

Shades of Buttered Rum #A1752F

Tints of Buttered Rum #A1752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

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

R = 49.54%
G = 36%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1752F (or 0xA1752F) is known color: Buttered Rum. HEX triplet: A1, 75 and 2F. RGB value is (161,117,47). Sum of RGB (Red+Green+Blue) = 161+117+47=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1752F is #5E8AD0. Grayscale: #7A7A7A. Windows color (decimal): -6195921 or 3110305. OLE color: 3110305.

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

Color convert

RGB 161 117 47 -
CMYK 0 0.27 0.71 0.37
HSL 36.84º 0.55% 0.41% -
HSV(B) 36.84º 0.71% 0.63% -
XYZ 21.57 20.5 5.51 -
YUV 122.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 161 117 47 0 0.27 0.71 0.37 36.84 0.55 0.41
Hex A1 75 2F 0 1B 47 25 25 37 29
Octal 241 165 57 0 33 107 45 45 67 51
Binary 10100001 1110101 101111 0 11011 1000111 100101 100101 110111 101001

Color Harmonies of #A1752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1752F

Black with #A1752F

Text Example


Text Example

White with #A1752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1752F; }

 p { color: rgb(161,117,47); }

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

background-color css

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

 a { background-color: rgb(161,117,47); }

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

border-color css

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

 span { border-color: rgb(161,117,47); }

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