Html Css Color HEX #A07229 Buttered Rum

📋 copy color: '#A07229'

red 160 ◦ green 114 ◦ blue 41

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

Shades of Buttered Rum #A07229

Tints of Buttered Rum #A07229

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 50.79%
G = 36.19%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A07229 (or 0xA07229) is known color: Buttered Rum. HEX triplet: A0, 72 and 29. RGB value is (160,114,41). Sum of RGB (Red+Green+Blue) = 160+114+41=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A07229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07229 is #5F8DD6. Grayscale: #777777. Windows color (decimal): -6262231 or 2716320. OLE color: 2716320.

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

Color convert

RGB 160 114 41 -
CMYK 0 0.29 0.74 0.37
HSL 36.81º 0.59% 0.39% -
HSV(B) 36.81º 0.74% 0.63% -
XYZ 20.91 19.67 4.79 -
YUV 119.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 160 114 41 0 0.29 0.74 0.37 36.81 0.59 0.39
Hex A0 72 29 0 1D 4A 25 25 3B 27
Octal 240 162 51 0 35 112 45 45 73 47
Binary 10100000 1110010 101001 0 11101 1001010 100101 100101 111011 100111

Color Harmonies of #A07229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07229

Black with #A07229

Text Example


Text Example

White with #A07229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07229; }

 p { color: rgb(160,114,41); }

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

background-color css

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

 a { background-color: rgb(160,114,41); }

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

border-color css

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

 span { border-color: rgb(160,114,41); }

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