Html Css Color HEX #AB7B14 Dark Goldenrod

📋 copy color: '#AB7B14'

red 171 ◦ green 123 ◦ blue 20

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

Shades of Dark Goldenrod #AB7B14

Tints of Dark Goldenrod #AB7B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 54.46%
G = 39.17%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB7B14 (or 0xAB7B14) is known color: Dark Goldenrod. HEX triplet: AB, 7B and 14. RGB value is (171,123,20). Sum of RGB (Red+Green+Blue) = 171+123+20=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B14 is #5484EB. Grayscale: #7E7E7E. Windows color (decimal): -5539052 or 1342379. OLE color: 1342379.

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

Color convert

RGB 171 123 20 -
CMYK 0 0.28 0.88 0.33
HSL 40.93º 0.79% 0.37% -
HSV(B) 40.93º 0.88% 0.67% -
XYZ 24 22.87 3.81 -
YUV 125.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 171 123 20 0 0.28 0.88 0.33 40.93 0.79 0.37
Hex AB 7B 14 0 1C 58 21 29 4F 25
Octal 253 173 24 0 34 130 41 51 117 45
Binary 10101011 1111011 10100 0 11100 1011000 100001 101001 1001111 100101

Color Harmonies of #AB7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B14

Black with #AB7B14

Text Example


Text Example

White with #AB7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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