Html Css Color HEX #A07735 Buttered Rum

📋 copy color: '#A07735'

red 160 ◦ green 119 ◦ blue 53

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

Shades of Buttered Rum #A07735

Tints of Buttered Rum #A07735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

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

R = 48.19%
G = 35.84%
B = 15.96%

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

#A07735 (or 0xA07735) is known color: Buttered Rum. HEX triplet: A0, 77 and 35. RGB value is (160,119,53). Sum of RGB (Red+Green+Blue) = 160+119+53=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A07735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07735 is #5F88CA. Grayscale: #7C7C7C. Windows color (decimal): -6260939 or 3504032. OLE color: 3504032.

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

Color convert

RGB 160 119 53 -
CMYK 0 0.26 0.67 0.37
HSL 37.01º 0.5% 0.42% -
HSV(B) 37.01º 0.67% 0.63% -
XYZ 21.74 20.92 6.26 -
YUV 123.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 160 119 53 0 0.26 0.67 0.37 37.01 0.5 0.42
Hex A0 77 35 0 1A 43 25 25 32 2A
Octal 240 167 65 0 32 103 45 45 62 52
Binary 10100000 1110111 110101 0 11010 1000011 100101 100101 110010 101010

Color Harmonies of #A07735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07735

Black with #A07735

Text Example


Text Example

White with #A07735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07735; }

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

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

background-color css

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

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

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

border-color css

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

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

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