Html Css Color HEX #AB750F Dark Goldenrod

📋 copy color: '#AB750F'

red 171 ◦ green 117 ◦ blue 15

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

Shades of Dark Goldenrod #AB750F

Tints of Dark Goldenrod #AB750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

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

R = 56.44%
G = 38.61%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB750F (or 0xAB750F) is known color: Dark Goldenrod. HEX triplet: AB, 75 and 0F. RGB value is (171,117,15). Sum of RGB (Red+Green+Blue) = 171+117+15=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB750F is #548AF0. Grayscale: #797979. Windows color (decimal): -5540593 or 1013163. OLE color: 1013163.

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

Color convert

RGB 171 117 15 -
CMYK 0 0.32 0.91 0.33
HSL 39.23º 0.84% 0.36% -
HSV(B) 39.23º 0.91% 0.67% -
XYZ 23.24 21.42 3.36 -
YUV 121.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 171 117 15 0 0.32 0.91 0.33 39.23 0.84 0.36
Hex AB 75 F 0 20 5B 21 27 54 24
Octal 253 165 17 0 40 133 41 47 124 44
Binary 10101011 1110101 1111 0 100000 1011011 100001 100111 1010100 100100

Color Harmonies of #AB750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB750F

Black with #AB750F

Text Example


Text Example

White with #AB750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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