Html Css Color HEX #A8740E Golden Brown

📋 copy color: '#A8740E'

red 168 ◦ green 116 ◦ blue 14

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

Shades of Golden Brown #A8740E

Tints of Golden Brown #A8740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

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

R = 56.38%
G = 38.93%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8740E (or 0xA8740E) is known color: Golden Brown. HEX triplet: A8, 74 and 0E. RGB value is (168,116,14). Sum of RGB (Red+Green+Blue) = 168+116+14=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8740E is #578BF1. Grayscale: #787878. Windows color (decimal): -5737458 or 947368. OLE color: 947368.

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

Color convert

RGB 168 116 14 -
CMYK 0 0.31 0.92 0.34
HSL 39.74º 0.85% 0.36% -
HSV(B) 39.74º 0.92% 0.66% -
XYZ 22.47 20.85 3.25 -
YUV 119.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 168 116 14 0 0.31 0.92 0.34 39.74 0.85 0.36
Hex A8 74 E 0 1F 5C 22 28 55 24
Octal 250 164 16 0 37 134 42 50 125 44
Binary 10101000 1110100 1110 0 11111 1011100 100010 101000 1010101 100100

Color Harmonies of #A8740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8740E

Black with #A8740E

Text Example


Text Example

White with #A8740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8740E; }

 p { color: rgb(168,116,14); }

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

background-color css

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

 a { background-color: rgb(168,116,14); }

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

border-color css

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

 span { border-color: rgb(168,116,14); }

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