Html Css Color HEX #A07128 Buttered Rum

📋 copy color: '#A07128'

red 160 ◦ green 113 ◦ blue 40

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

Shades of Buttered Rum #A07128

Tints of Buttered Rum #A07128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 51.12%
G = 36.1%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A07128 (or 0xA07128) is known color: Buttered Rum. HEX triplet: A0, 71 and 28. RGB value is (160,113,40). Sum of RGB (Red+Green+Blue) = 160+113+40=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A07128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07128 is #5F8ED7. Grayscale: #777777. Windows color (decimal): -6262488 or 2650528. OLE color: 2650528.

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

Color convert

RGB 160 113 40 -
CMYK 0 0.29 0.75 0.37
HSL 36.5º 0.6% 0.39% -
HSV(B) 36.5º 0.75% 0.63% -
XYZ 20.79 19.44 4.66 -
YUV 118.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 160 113 40 0 0.29 0.75 0.37 36.5 0.6 0.39
Hex A0 71 28 0 1D 4B 25 24 3C 27
Octal 240 161 50 0 35 113 45 44 74 47
Binary 10100000 1110001 101000 0 11101 1001011 100101 100100 111100 100111

Color Harmonies of #A07128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07128

Black with #A07128

Text Example


Text Example

White with #A07128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07128; }

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

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

background-color css

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

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

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

border-color css

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

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

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