Html Css Color HEX #A07428 Buttered Rum

📋 copy color: '#A07428'

red 160 ◦ green 116 ◦ blue 40

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

Shades of Buttered Rum #A07428

Tints of Buttered Rum #A07428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 50.63%
G = 36.71%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A07428 (or 0xA07428) is known color: Buttered Rum. HEX triplet: A0, 74 and 28. RGB value is (160,116,40). Sum of RGB (Red+Green+Blue) = 160+116+40=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A07428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07428 is #5F8BD7. Grayscale: #787878. Windows color (decimal): -6261720 or 2651296. OLE color: 2651296.

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

Color convert

RGB 160 116 40 -
CMYK 0 0.28 0.75 0.37
HSL 38º 0.6% 0.39% -
HSV(B) 38º 0.75% 0.63% -
XYZ 21.13 20.12 4.78 -
YUV 120.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 160 116 40 0 0.28 0.75 0.37 38 0.6 0.39
Hex A0 74 28 0 1C 4B 25 26 3C 27
Octal 240 164 50 0 34 113 45 46 74 47
Binary 10100000 1110100 101000 0 11100 1001011 100101 100110 111100 100111

Color Harmonies of #A07428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07428

Black with #A07428

Text Example


Text Example

White with #A07428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07428; }

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

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

background-color css

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

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

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

border-color css

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

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

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