Html Css Color HEX #A8770E Dark Goldenrod

📋 copy color: '#A8770E'

red 168 ◦ green 119 ◦ blue 14

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

Shades of Dark Goldenrod #A8770E

Tints of Dark Goldenrod #A8770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.53%

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

R = 55.81%
G = 39.53%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8770E (or 0xA8770E) is known color: Dark Goldenrod. HEX triplet: A8, 77 and 0E. RGB value is (168,119,14). Sum of RGB (Red+Green+Blue) = 168+119+14=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8770E is #5788F1. Grayscale: #7A7A7A. Windows color (decimal): -5736690 or 948136. OLE color: 948136.

HSL color Cylindrical-coordinate representation of color #A8770E: hue angle of 40.91º 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 #A8770E is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 119 14 -
CMYK 0 0.29 0.92 0.34
HSL 40.91º 0.85% 0.36% -
HSV(B) 40.91º 0.92% 0.66% -
XYZ 22.82 21.55 3.37 -
YUV 121.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 168 119 14 0 0.29 0.92 0.34 40.91 0.85 0.36
Hex A8 77 E 0 1D 5C 22 29 55 24
Octal 250 167 16 0 35 134 42 51 125 44
Binary 10101000 1110111 1110 0 11101 1011100 100010 101001 1010101 100100

Color Harmonies of #A8770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8770E

Black with #A8770E

Text Example


Text Example

White with #A8770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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