Html Css Color HEX #AB790F Dark Goldenrod

📋 copy color: '#AB790F'

red 171 ◦ green 121 ◦ blue 15

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

Shades of Dark Goldenrod #AB790F

Tints of Dark Goldenrod #AB790F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 55.7%
G = 39.41%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB790F (or 0xAB790F) is known color: Dark Goldenrod. HEX triplet: AB, 79 and 0F. RGB value is (171,121,15). Sum of RGB (Red+Green+Blue) = 171+121+15=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB790F is #5486F0. Grayscale: #7C7C7C. Windows color (decimal): -5539569 or 1014187. OLE color: 1014187.

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

Color convert

RGB 171 121 15 -
CMYK 0 0.29 0.91 0.33
HSL 40.77º 0.84% 0.36% -
HSV(B) 40.77º 0.91% 0.67% -
XYZ 23.72 22.37 3.52 -
YUV 123.87 66.57 161.62 -
System Red Green Blue C M Y K H S L
Decimal 171 121 15 0 0.29 0.91 0.33 40.77 0.84 0.36
Hex AB 79 F 0 1D 5B 21 29 54 24
Octal 253 171 17 0 35 133 41 51 124 44
Binary 10101011 1111001 1111 0 11101 1011011 100001 101001 1010100 100100

Color Harmonies of #AB790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB790F

Black with #AB790F

Text Example


Text Example

White with #AB790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB790F; }

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

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

background-color css

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

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

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

border-color css

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

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

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