Html Css Color HEX #A8790D Dark Goldenrod

📋 copy color: '#A8790D'

red 168 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #A8790D

Tints of Dark Goldenrod #A8790D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

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

R = 55.63%
G = 40.07%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8790D (or 0xA8790D) is known color: Dark Goldenrod. HEX triplet: A8, 79 and 0D. RGB value is (168,121,13). Sum of RGB (Red+Green+Blue) = 168+121+13=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8790D is #5786F2. Grayscale: #7B7B7B. Windows color (decimal): -5736179 or 883112. OLE color: 883112.

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

Color convert

RGB 168 121 13 -
CMYK 0 0.28 0.92 0.34
HSL 41.81º 0.86% 0.35% -
HSV(B) 41.81º 0.92% 0.66% -
XYZ 23.06 22.03 3.42 -
YUV 122.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 168 121 13 0 0.28 0.92 0.34 41.81 0.86 0.35
Hex A8 79 D 0 1C 5C 22 2A 56 23
Octal 250 171 15 0 34 134 42 52 126 43
Binary 10101000 1111001 1101 0 11100 1011100 100010 101010 1010110 100011

Color Harmonies of #A8790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8790D

Black with #A8790D

Text Example


Text Example

White with #A8790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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