Html Css Color HEX #AB750E Dark Goldenrod

📋 copy color: '#AB750E'

red 171 ◦ green 117 ◦ blue 14

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

Shades of Dark Goldenrod #AB750E

Tints of Dark Goldenrod #AB750E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 56.62%
G = 38.74%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB750E (or 0xAB750E) is known color: Dark Goldenrod. HEX triplet: AB, 75 and 0E. RGB value is (171,117,14). Sum of RGB (Red+Green+Blue) = 171+117+14=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB750E is #548AF1. Grayscale: #797979. Windows color (decimal): -5540594 or 947627. OLE color: 947627.

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

Color convert

RGB 171 117 14 -
CMYK 0 0.32 0.92 0.33
HSL 39.36º 0.85% 0.36% -
HSV(B) 39.36º 0.92% 0.67% -
XYZ 23.24 21.41 3.32 -
YUV 121.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 171 117 14 0 0.32 0.92 0.33 39.36 0.85 0.36
Hex AB 75 E 0 20 5C 21 27 55 24
Octal 253 165 16 0 40 134 41 47 125 44
Binary 10101011 1110101 1110 0 100000 1011100 100001 100111 1010101 100100

Color Harmonies of #AB750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB750E

Black with #AB750E

Text Example


Text Example

White with #AB750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB750E; }

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

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

background-color css

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

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

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

border-color css

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

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

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