Html Css Color HEX #A07230 Buttered Rum

📋 copy color: '#A07230'

red 160 ◦ green 114 ◦ blue 48

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

Shades of Buttered Rum #A07230

Tints of Buttered Rum #A07230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 49.69%
G = 35.4%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A07230 (or 0xA07230) is known color: Buttered Rum. HEX triplet: A0, 72 and 30. RGB value is (160,114,48). Sum of RGB (Red+Green+Blue) = 160+114+48=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A07230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07230 is #5F8DCF. Grayscale: #787878. Windows color (decimal): -6262224 or 3175072. OLE color: 3175072.

HSL color Cylindrical-coordinate representation of color #A07230: hue angle of 35.36º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A07230 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 114 48 -
CMYK 0 0.29 0.70 0.37
HSL 35.36º 0.54% 0.41% -
HSV(B) 35.36º 0.7% 0.63% -
XYZ 21.05 19.72 5.49 -
YUV 120.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 160 114 48 0 0.29 0.70 0.37 35.36 0.54 0.41
Hex A0 72 30 0 1D 46 25 23 36 29
Octal 240 162 60 0 35 106 45 43 66 51
Binary 10100000 1110010 110000 0 11101 1000110 100101 100011 110110 101001

Color Harmonies of #A07230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07230

Black with #A07230

Text Example


Text Example

White with #A07230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07230; }

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

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

background-color css

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

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

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

border-color css

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

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

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