Html Css Color HEX #A07935 Buttered Rum

📋 copy color: '#A07935'

red 160 ◦ green 121 ◦ blue 53

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

Shades of Buttered Rum #A07935

Tints of Buttered Rum #A07935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

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

R = 47.9%
G = 36.23%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A07935 (or 0xA07935) is known color: Buttered Rum. HEX triplet: A0, 79 and 35. RGB value is (160,121,53). Sum of RGB (Red+Green+Blue) = 160+121+53=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A07935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07935 is #5F86CA. Grayscale: #7D7D7D. Windows color (decimal): -6260427 or 3504544. OLE color: 3504544.

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

Color convert

RGB 160 121 53 -
CMYK 0 0.24 0.67 0.37
HSL 38.13º 0.5% 0.42% -
HSV(B) 38.13º 0.67% 0.63% -
XYZ 21.98 21.41 6.34 -
YUV 124.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 160 121 53 0 0.24 0.67 0.37 38.13 0.5 0.42
Hex A0 79 35 0 18 43 25 26 32 2A
Octal 240 171 65 0 30 103 45 46 62 52
Binary 10100000 1111001 110101 0 11000 1000011 100101 100110 110010 101010

Color Harmonies of #A07935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07935

Black with #A07935

Text Example


Text Example

White with #A07935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07935; }

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

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

background-color css

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

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

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

border-color css

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

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

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