Html Css Color HEX #A07232 Buttered Rum

📋 copy color: '#A07232'

red 160 ◦ green 114 ◦ blue 50

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

Shades of Buttered Rum #A07232

Tints of Buttered Rum #A07232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

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

R = 49.38%
G = 35.19%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A07232 (or 0xA07232) is known color: Buttered Rum. HEX triplet: A0, 72 and 32. RGB value is (160,114,50). Sum of RGB (Red+Green+Blue) = 160+114+50=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A07232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07232 is #5F8DCD. Grayscale: #787878. Windows color (decimal): -6262222 or 3306144. OLE color: 3306144.

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

Color convert

RGB 160 114 50 -
CMYK 0 0.29 0.69 0.37
HSL 34.91º 0.52% 0.41% -
HSV(B) 34.91º 0.69% 0.63% -
XYZ 21.09 19.74 5.72 -
YUV 120.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 160 114 50 0 0.29 0.69 0.37 34.91 0.52 0.41
Hex A0 72 32 0 1D 45 25 23 34 29
Octal 240 162 62 0 35 105 45 43 64 51
Binary 10100000 1110010 110010 0 11101 1000101 100101 100011 110100 101001

Color Harmonies of #A07232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07232

Black with #A07232

Text Example


Text Example

White with #A07232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07232; }

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

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

background-color css

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

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

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

border-color css

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

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

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