Html Css Color HEX #AB780C Dark Goldenrod

📋 copy color: '#AB780C'

red 171 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #AB780C

Tints of Dark Goldenrod #AB780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.6%

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 56.44%
G = 39.6%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB780C (or 0xAB780C) is known color: Dark Goldenrod. HEX triplet: AB, 78 and 0C. RGB value is (171,120,12). Sum of RGB (Red+Green+Blue) = 171+120+12=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB780C is #5487F3. Grayscale: #7B7B7B. Windows color (decimal): -5539828 or 817323. OLE color: 817323.

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

Color convert

RGB 171 120 12 -
CMYK 0 0.30 0.93 0.33
HSL 40.75º 0.87% 0.36% -
HSV(B) 40.75º 0.93% 0.67% -
XYZ 23.58 22.12 3.37 -
YUV 122.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 171 120 12 0 0.30 0.93 0.33 40.75 0.87 0.36
Hex AB 78 C 0 1E 5D 21 29 57 24
Octal 253 170 14 0 36 135 41 51 127 44
Binary 10101011 1111000 1100 0 11110 1011101 100001 101001 1010111 100100

Color Harmonies of #AB780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB780C

Black with #AB780C

Text Example


Text Example

White with #AB780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB780C; }

 p { color: rgb(171,120,12); }

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

background-color css

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

 a { background-color: rgb(171,120,12); }

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

border-color css

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

 span { border-color: rgb(171,120,12); }

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