Html Css Color HEX #AB780A Dark Goldenrod

📋 copy color: '#AB780A'

red 171 ◦ green 120 ◦ blue 10

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

Shades of Dark Goldenrod #AB780A

Tints of Dark Goldenrod #AB780A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 56.81%
G = 39.87%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB780A (or 0xAB780A) is known color: Dark Goldenrod. HEX triplet: AB, 78 and 0A. RGB value is (171,120,10). Sum of RGB (Red+Green+Blue) = 171+120+10=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB780A is #5487F5. Grayscale: #7B7B7B. Windows color (decimal): -5539830 or 686251. OLE color: 686251.

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

Color convert

RGB 171 120 10 -
CMYK 0 0.30 0.94 0.33
HSL 40.99º 0.89% 0.35% -
HSV(B) 40.99º 0.94% 0.67% -
XYZ 23.57 22.11 3.31 -
YUV 122.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 171 120 10 0 0.30 0.94 0.33 40.99 0.89 0.35
Hex AB 78 A 0 1E 5E 21 29 59 23
Octal 253 170 12 0 36 136 41 51 131 43
Binary 10101011 1111000 1010 0 11110 1011110 100001 101001 1011001 100011

Color Harmonies of #AB780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB780A

Black with #AB780A

Text Example


Text Example

White with #AB780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB780A; }

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

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

background-color css

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

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

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

border-color css

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

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

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