Html Css Color HEX #A07222 Buttered Rum

📋 copy color: '#A07222'

red 160 ◦ green 114 ◦ blue 34

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

Shades of Buttered Rum #A07222

Tints of Buttered Rum #A07222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.04%

R = 51.95%
G = 37.01%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A07222 (or 0xA07222) is known color: Buttered Rum. HEX triplet: A0, 72 and 22. RGB value is (160,114,34). Sum of RGB (Red+Green+Blue) = 160+114+34=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A07222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07222 is #5F8DDD. Grayscale: #767676. Windows color (decimal): -6262238 or 2257568. OLE color: 2257568.

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

Color convert

RGB 160 114 34 -
CMYK 0 0.29 0.79 0.37
HSL 38.1º 0.65% 0.38% -
HSV(B) 38.1º 0.79% 0.63% -
XYZ 20.8 19.62 4.2 -
YUV 118.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 160 114 34 0 0.29 0.79 0.37 38.1 0.65 0.38
Hex A0 72 22 0 1D 4F 25 26 41 26
Octal 240 162 42 0 35 117 45 46 101 46
Binary 10100000 1110010 100010 0 11101 1001111 100101 100110 1000001 100110

Color Harmonies of #A07222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07222

Black with #A07222

Text Example


Text Example

White with #A07222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07222; }

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

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

background-color css

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

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

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

border-color css

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

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

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