Html Css Color HEX #AB790D Dark Goldenrod

📋 copy color: '#AB790D'

red 171 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #AB790D

Tints of Dark Goldenrod #AB790D

RGB

 RED value IS 171 (67.19% from 255) = 56.07%

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

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

R = 56.07%
G = 39.67%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB790D (or 0xAB790D) is known color: Dark Goldenrod. HEX triplet: AB, 79 and 0D. RGB value is (171,121,13). Sum of RGB (Red+Green+Blue) = 171+121+13=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB790D is #5486F2. Grayscale: #7C7C7C. Windows color (decimal): -5539571 or 883115. OLE color: 883115.

HSL color Cylindrical-coordinate representation of color #AB790D: hue angle of 41.01º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB790D is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 121 13 -
CMYK 0 0.29 0.92 0.33
HSL 41.01º 0.86% 0.36% -
HSV(B) 41.01º 0.92% 0.67% -
XYZ 23.7 22.36 3.45 -
YUV 123.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 171 121 13 0 0.29 0.92 0.33 41.01 0.86 0.36
Hex AB 79 D 0 1D 5C 21 29 56 24
Octal 253 171 15 0 35 134 41 51 126 44
Binary 10101011 1111001 1101 0 11101 1011100 100001 101001 1010110 100100

Color Harmonies of #AB790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB790D

Black with #AB790D

Text Example


Text Example

White with #AB790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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