Html Css Color HEX #A07532 Buttered Rum

📋 copy color: '#A07532'

red 160 ◦ green 117 ◦ blue 50

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

Shades of Buttered Rum #A07532

Tints of Buttered Rum #A07532

RGB

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

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

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

R = 48.93%
G = 35.78%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A07532 (or 0xA07532) is known color: Buttered Rum. HEX triplet: A0, 75 and 32. RGB value is (160,117,50). Sum of RGB (Red+Green+Blue) = 160+117+50=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A07532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07532 is #5F8ACD. Grayscale: #7A7A7A. Windows color (decimal): -6261454 or 3306912. OLE color: 3306912.

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

Color convert

RGB 160 117 50 -
CMYK 0 0.27 0.69 0.37
HSL 36.55º 0.52% 0.41% -
HSV(B) 36.55º 0.69% 0.63% -
XYZ 21.43 20.43 5.83 -
YUV 122.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 160 117 50 0 0.27 0.69 0.37 36.55 0.52 0.41
Hex A0 75 32 0 1B 45 25 25 34 29
Octal 240 165 62 0 33 105 45 45 64 51
Binary 10100000 1110101 110010 0 11011 1000101 100101 100101 110100 101001

Color Harmonies of #A07532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07532

Black with #A07532

Text Example


Text Example

White with #A07532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07532; }

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

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

background-color css

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

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

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

border-color css

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

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

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