Html Css Color HEX #A07135 Buttered Rum

📋 copy color: '#A07135'

red 160 ◦ green 113 ◦ blue 53

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

Shades of Buttered Rum #A07135

Tints of Buttered Rum #A07135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 49.08%
G = 34.66%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A07135 (or 0xA07135) is known color: Buttered Rum. HEX triplet: A0, 71 and 35. RGB value is (160,113,53). Sum of RGB (Red+Green+Blue) = 160+113+53=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A07135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07135 is #5F8ECA. Grayscale: #787878. Windows color (decimal): -6262475 or 3502496. OLE color: 3502496.

HSL color Cylindrical-coordinate representation of color #A07135: hue angle of 33.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A07135 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 53 -
CMYK 0 0.29 0.67 0.37
HSL 33.64º 0.5% 0.42% -
HSV(B) 33.64º 0.67% 0.63% -
XYZ 21.04 19.54 6.03 -
YUV 120.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 160 113 53 0 0.29 0.67 0.37 33.64 0.5 0.42
Hex A0 71 35 0 1D 43 25 22 32 2A
Octal 240 161 65 0 35 103 45 42 62 52
Binary 10100000 1110001 110101 0 11101 1000011 100101 100010 110010 101010

Color Harmonies of #A07135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07135

Black with #A07135

Text Example


Text Example

White with #A07135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07135; }

 p { color: rgb(160,113,53); }

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

background-color css

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

 a { background-color: rgb(160,113,53); }

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

border-color css

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

 span { border-color: rgb(160,113,53); }

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