Html Css Color HEX #AB770D Dark Goldenrod

📋 copy color: '#AB770D'

red 171 ◦ green 119 ◦ blue 13

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

Shades of Dark Goldenrod #AB770D

Tints of Dark Goldenrod #AB770D

RGB

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

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

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

R = 56.44%
G = 39.27%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB770D (or 0xAB770D) is known color: Dark Goldenrod. HEX triplet: AB, 77 and 0D. RGB value is (171,119,13). Sum of RGB (Red+Green+Blue) = 171+119+13=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB770D is #5488F2. Grayscale: #7A7A7A. Windows color (decimal): -5540083 or 882603. OLE color: 882603.

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

Color convert

RGB 171 119 13 -
CMYK 0 0.30 0.92 0.33
HSL 40.25º 0.86% 0.36% -
HSV(B) 40.25º 0.92% 0.67% -
XYZ 23.46 21.88 3.37 -
YUV 122.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 171 119 13 0 0.30 0.92 0.33 40.25 0.86 0.36
Hex AB 77 D 0 1E 5C 21 28 56 24
Octal 253 167 15 0 36 134 41 50 126 44
Binary 10101011 1110111 1101 0 11110 1011100 100001 101000 1010110 100100

Color Harmonies of #AB770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB770D

Black with #AB770D

Text Example


Text Example

White with #AB770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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