Html Css Color HEX #A0721D Golden Brown

📋 copy color: '#A0721D'

red 160 ◦ green 114 ◦ blue 29

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

Shades of Golden Brown #A0721D

Tints of Golden Brown #A0721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 52.81%
G = 37.62%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0721D (or 0xA0721D) is known color: Golden Brown. HEX triplet: A0, 72 and 1D. RGB value is (160,114,29). Sum of RGB (Red+Green+Blue) = 160+114+29=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0721D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0721D is #5F8DE2. Grayscale: #767676. Windows color (decimal): -6262243 or 1929888. OLE color: 1929888.

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

Color convert

RGB 160 114 29 -
CMYK 0 0.29 0.82 0.37
HSL 38.93º 0.69% 0.37% -
HSV(B) 38.93º 0.82% 0.63% -
XYZ 20.74 19.6 3.85 -
YUV 118.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 160 114 29 0 0.29 0.82 0.37 38.93 0.69 0.37
Hex A0 72 1D 0 1D 52 25 27 45 25
Octal 240 162 35 0 35 122 45 47 105 45
Binary 10100000 1110010 11101 0 11101 1010010 100101 100111 1000101 100101

Color Harmonies of #A0721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0721D

Black with #A0721D

Text Example


Text Example

White with #A0721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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