Html Css Color HEX #A0721B Golden Brown

📋 copy color: '#A0721B'

red 160 ◦ green 114 ◦ blue 27

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

Shades of Golden Brown #A0721B

Tints of Golden Brown #A0721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 53.16%
G = 37.87%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0721B (or 0xA0721B) is known color: Golden Brown. HEX triplet: A0, 72 and 1B. RGB value is (160,114,27). Sum of RGB (Red+Green+Blue) = 160+114+27=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0721B is #5F8DE4. Grayscale: #767676. Windows color (decimal): -6262245 or 1798816. OLE color: 1798816.

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

Color convert

RGB 160 114 27 -
CMYK 0 0.29 0.83 0.37
HSL 39.25º 0.71% 0.37% -
HSV(B) 39.25º 0.83% 0.63% -
XYZ 20.71 19.59 3.73 -
YUV 117.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 160 114 27 0 0.29 0.83 0.37 39.25 0.71 0.37
Hex A0 72 1B 0 1D 53 25 27 47 25
Octal 240 162 33 0 35 123 45 47 107 45
Binary 10100000 1110010 11011 0 11101 1010011 100101 100111 1000111 100101

Color Harmonies of #A0721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0721B

Black with #A0721B

Text Example


Text Example

White with #A0721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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