Html Css Color HEX #A2720C Golden Brown

📋 copy color: '#A2720C'

red 162 ◦ green 114 ◦ blue 12

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

Shades of Golden Brown #A2720C

Tints of Golden Brown #A2720C

RGB

 RED value IS 162 (63.67% from 255) = 56.25%

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

 BLUE value IS 12 (5.08% from 255) = 4.17%

R = 56.25%
G = 39.58%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2720C (or 0xA2720C) is known color: Golden Brown. HEX triplet: A2, 72 and 0C. RGB value is (162,114,12). Sum of RGB (Red+Green+Blue) = 162+114+12=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2720C is #5D8DF3. Grayscale: #757575. Windows color (decimal): -6131188 or 815778. OLE color: 815778.

HSL color Cylindrical-coordinate representation of color #A2720C: hue angle of 40.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2720C is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 114 12 -
CMYK 0 0.30 0.93 0.36
HSL 40.8º 0.86% 0.34% -
HSV(B) 40.8º 0.93% 0.64% -
XYZ 20.98 19.74 3.05 -
YUV 116.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 162 114 12 0 0.30 0.93 0.36 40.8 0.86 0.34
Hex A2 72 C 0 1E 5D 24 29 56 22
Octal 242 162 14 0 36 135 44 51 126 42
Binary 10100010 1110010 1100 0 11110 1011101 100100 101001 1010110 100010

Color Harmonies of #A2720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2720C

Black with #A2720C

Text Example


Text Example

White with #A2720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2720C; }

 p { color: rgb(162,114,12); }

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

background-color css

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

 a { background-color: rgb(162,114,12); }

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

border-color css

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

 span { border-color: rgb(162,114,12); }

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