Html Css Color HEX #A7720E Golden Brown

📋 copy color: '#A7720E'

red 167 ◦ green 114 ◦ blue 14

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

Shades of Golden Brown #A7720E

Tints of Golden Brown #A7720E

RGB

 RED value IS 167 (65.63% from 255) = 56.61%

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

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 56.61%
G = 38.64%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7720E (or 0xA7720E) is known color: Golden Brown. HEX triplet: A7, 72 and 0E. RGB value is (167,114,14). Sum of RGB (Red+Green+Blue) = 167+114+14=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A7720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7720E is #588DF1. Grayscale: #767676. Windows color (decimal): -5803506 or 946855. OLE color: 946855.

HSL color Cylindrical-coordinate representation of color #A7720E: hue angle of 39.22º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7720E is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 114 14 -
CMYK 0 0.32 0.92 0.35
HSL 39.22º 0.85% 0.35% -
HSV(B) 39.22º 0.92% 0.65% -
XYZ 22.03 20.28 3.17 -
YUV 118.45 69.06 162.63 -
System Red Green Blue C M Y K H S L
Decimal 167 114 14 0 0.32 0.92 0.35 39.22 0.85 0.35
Hex A7 72 E 0 20 5C 23 27 55 23
Octal 247 162 16 0 40 134 43 47 125 43
Binary 10100111 1110010 1110 0 100000 1011100 100011 100111 1010101 100011

Color Harmonies of #A7720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7720E

Black with #A7720E

Text Example


Text Example

White with #A7720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7720E; }

 p { color: rgb(167,114,14); }

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

background-color css

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

 a { background-color: rgb(167,114,14); }

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

border-color css

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

 span { border-color: rgb(167,114,14); }

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