Html Css Color HEX #A8720D Golden Brown

📋 copy color: '#A8720D'

red 168 ◦ green 114 ◦ blue 13

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

Shades of Golden Brown #A8720D

Tints of Golden Brown #A8720D

RGB

 RED value IS 168 (66.02% from 255) = 56.95%

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

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 56.95%
G = 38.64%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8720D (or 0xA8720D) is known color: Golden Brown. HEX triplet: A8, 72 and 0D. RGB value is (168,114,13). Sum of RGB (Red+Green+Blue) = 168+114+13=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8720D is #578DF2. Grayscale: #777777. Windows color (decimal): -5737971 or 881320. OLE color: 881320.

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

Color convert

RGB 168 114 13 -
CMYK 0 0.32 0.92 0.34
HSL 39.1º 0.86% 0.35% -
HSV(B) 39.1º 0.92% 0.66% -
XYZ 22.24 20.39 3.14 -
YUV 118.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 168 114 13 0 0.32 0.92 0.34 39.1 0.86 0.35
Hex A8 72 D 0 20 5C 22 27 56 23
Octal 250 162 15 0 40 134 42 47 126 43
Binary 10101000 1110010 1101 0 100000 1011100 100010 100111 1010110 100011

Color Harmonies of #A8720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8720D

Black with #A8720D

Text Example


Text Example

White with #A8720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8720D; }

 p { color: rgb(168,114,13); }

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

background-color css

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

 a { background-color: rgb(168,114,13); }

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

border-color css

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

 span { border-color: rgb(168,114,13); }

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