Html Css Color HEX #AB7A03 Dark Goldenrod

📋 copy color: '#AB7A03'

red 171 ◦ green 122 ◦ blue 3

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

Shades of Dark Goldenrod #AB7A03

Tints of Dark Goldenrod #AB7A03

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 57.77%
G = 41.22%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB7A03 (or 0xAB7A03) is known color: Dark Goldenrod. HEX triplet: AB, 7A and 03. RGB value is (171,122,3). Sum of RGB (Red+Green+Blue) = 171+122+3=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A03 is #5485FC. Grayscale: #7B7B7B. Windows color (decimal): -5539325 or 228011. OLE color: 228011.

HSL color Cylindrical-coordinate representation of color #AB7A03: hue angle of 42.5º degrees, saturation: 0.97, 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 #AB7A03 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 122 3 -
CMYK 0 0.29 0.98 0.33
HSL 42.5º 0.97% 0.34% -
HSV(B) 42.5º 0.98% 0.67% -
XYZ 23.77 22.58 3.19 -
YUV 123.09 60.23 162.18 -
System Red Green Blue C M Y K H S L
Decimal 171 122 3 0 0.29 0.98 0.33 42.5 0.97 0.34
Hex AB 7A 3 0 1D 62 21 2A 61 22
Octal 253 172 3 0 35 142 41 52 141 42
Binary 10101011 1111010 11 0 11101 1100010 100001 101010 1100001 100010

Color Harmonies of #AB7A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A03

Black with #AB7A03

Text Example


Text Example

White with #AB7A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A03; }

 p { color: rgb(171,122,3); }

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

background-color css

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

 a { background-color: rgb(171,122,3); }

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

border-color css

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

 span { border-color: rgb(171,122,3); }

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