Html Css Color HEX #AB7B13 Dark Goldenrod

📋 copy color: '#AB7B13'

red 171 ◦ green 123 ◦ blue 19

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

Shades of Dark Goldenrod #AB7B13

Tints of Dark Goldenrod #AB7B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 54.63%
G = 39.3%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB7B13 (or 0xAB7B13) is known color: Dark Goldenrod. HEX triplet: AB, 7B and 13. RGB value is (171,123,19). Sum of RGB (Red+Green+Blue) = 171+123+19=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B13 is #5484EC. Grayscale: #7D7D7D. Windows color (decimal): -5539053 or 1276843. OLE color: 1276843.

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

Color convert

RGB 171 123 19 -
CMYK 0 0.28 0.89 0.33
HSL 41.05º 0.8% 0.37% -
HSV(B) 41.05º 0.89% 0.67% -
XYZ 24 22.87 3.77 -
YUV 125.5 67.9 160.46 -
System Red Green Blue C M Y K H S L
Decimal 171 123 19 0 0.28 0.89 0.33 41.05 0.8 0.37
Hex AB 7B 13 0 1C 59 21 29 50 25
Octal 253 173 23 0 34 131 41 51 120 45
Binary 10101011 1111011 10011 0 11100 1011001 100001 101001 1010000 100101

Color Harmonies of #AB7B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B13

Black with #AB7B13

Text Example


Text Example

White with #AB7B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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