Html Css Color HEX #AB7B04 Dark Goldenrod

📋 copy color: '#AB7B04'

red 171 ◦ green 123 ◦ blue 4

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

Shades of Dark Goldenrod #AB7B04

Tints of Dark Goldenrod #AB7B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 57.38%
G = 41.28%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB7B04 (or 0xAB7B04) is known color: Dark Goldenrod. HEX triplet: AB, 7B and 04. RGB value is (171,123,4). Sum of RGB (Red+Green+Blue) = 171+123+4=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B04 is #5484FB. Grayscale: #7C7C7C. Windows color (decimal): -5539068 or 293803. OLE color: 293803.

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

Color convert

RGB 171 123 4 -
CMYK 0 0.28 0.98 0.33
HSL 42.75º 0.95% 0.34% -
HSV(B) 42.75º 0.98% 0.67% -
XYZ 23.9 22.83 3.26 -
YUV 123.79 60.4 161.68 -
System Red Green Blue C M Y K H S L
Decimal 171 123 4 0 0.28 0.98 0.33 42.75 0.95 0.34
Hex AB 7B 4 0 1C 62 21 2B 5F 22
Octal 253 173 4 0 34 142 41 53 137 42
Binary 10101011 1111011 100 0 11100 1100010 100001 101011 1011111 100010

Color Harmonies of #AB7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B04

Black with #AB7B04

Text Example


Text Example

White with #AB7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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