Html Css Color HEX #AB730D Dark Goldenrod

📋 copy color: '#AB730D'

red 171 ◦ green 115 ◦ blue 13

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

Shades of Dark Goldenrod #AB730D

Tints of Dark Goldenrod #AB730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 57.19%
G = 38.46%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB730D (or 0xAB730D) is known color: Dark Goldenrod. HEX triplet: AB, 73 and 0D. RGB value is (171,115,13). Sum of RGB (Red+Green+Blue) = 171+115+13=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB730D is #548CF2. Grayscale: #787878. Windows color (decimal): -5541107 or 881579. OLE color: 881579.

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

Color convert

RGB 171 115 13 -
CMYK 0 0.33 0.92 0.33
HSL 38.73º 0.86% 0.36% -
HSV(B) 38.73º 0.92% 0.67% -
XYZ 23 20.95 3.21 -
YUV 120.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 171 115 13 0 0.33 0.92 0.33 38.73 0.86 0.36
Hex AB 73 D 0 21 5C 21 27 56 24
Octal 253 163 15 0 41 134 41 47 126 44
Binary 10101011 1110011 1101 0 100001 1011100 100001 100111 1010110 100100

Color Harmonies of #AB730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB730D

Black with #AB730D

Text Example


Text Example

White with #AB730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB730D; }

 p { color: rgb(171,115,13); }

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

background-color css

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

 a { background-color: rgb(171,115,13); }

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

border-color css

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

 span { border-color: rgb(171,115,13); }

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