Html Css Color HEX #AB7B0E Dark Goldenrod

📋 copy color: '#AB7B0E'

red 171 ◦ green 123 ◦ blue 14

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

Shades of Dark Goldenrod #AB7B0E

Tints of Dark Goldenrod #AB7B0E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.94%

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

R = 55.52%
G = 39.94%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB7B0E (or 0xAB7B0E) is known color: Dark Goldenrod. HEX triplet: AB, 7B and 0E. RGB value is (171,123,14). Sum of RGB (Red+Green+Blue) = 171+123+14=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B0E is #5484F1. Grayscale: #7D7D7D. Windows color (decimal): -5539058 or 949163. OLE color: 949163.

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

Color convert

RGB 171 123 14 -
CMYK 0 0.28 0.92 0.33
HSL 41.66º 0.85% 0.36% -
HSV(B) 41.66º 0.92% 0.67% -
XYZ 23.96 22.86 3.56 -
YUV 124.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 171 123 14 0 0.28 0.92 0.33 41.66 0.85 0.36
Hex AB 7B E 0 1C 5C 21 2A 55 24
Octal 253 173 16 0 34 134 41 52 125 44
Binary 10101011 1111011 1110 0 11100 1011100 100001 101010 1010101 100100

Color Harmonies of #AB7B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B0E

Black with #AB7B0E

Text Example


Text Example

White with #AB7B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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