Html Css Color HEX #A07635 Buttered Rum

📋 copy color: '#A07635'

red 160 ◦ green 118 ◦ blue 53

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

Shades of Buttered Rum #A07635

Tints of Buttered Rum #A07635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

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

R = 48.34%
G = 35.65%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A07635 (or 0xA07635) is known color: Buttered Rum. HEX triplet: A0, 76 and 35. RGB value is (160,118,53). Sum of RGB (Red+Green+Blue) = 160+118+53=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A07635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07635 is #5F89CA. Grayscale: #7B7B7B. Windows color (decimal): -6261195 or 3503776. OLE color: 3503776.

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

Color convert

RGB 160 118 53 -
CMYK 0 0.26 0.67 0.37
HSL 36.45º 0.5% 0.42% -
HSV(B) 36.45º 0.67% 0.63% -
XYZ 21.62 20.69 6.22 -
YUV 123.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 160 118 53 0 0.26 0.67 0.37 36.45 0.5 0.42
Hex A0 76 35 0 1A 43 25 24 32 2A
Octal 240 166 65 0 32 103 45 44 62 52
Binary 10100000 1110110 110101 0 11010 1000011 100101 100100 110010 101010

Color Harmonies of #A07635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07635

Black with #A07635

Text Example


Text Example

White with #A07635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07635; }

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

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

background-color css

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

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

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

border-color css

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

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

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