Html Css Color HEX #AB730C Dark Goldenrod

📋 copy color: '#AB730C'

red 171 ◦ green 115 ◦ blue 12

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

Shades of Dark Goldenrod #AB730C

Tints of Dark Goldenrod #AB730C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 57.38%
G = 38.59%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB730C (or 0xAB730C) is known color: Dark Goldenrod. HEX triplet: AB, 73 and 0C. RGB value is (171,115,12). Sum of RGB (Red+Green+Blue) = 171+115+12=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB730C is #548CF3. Grayscale: #787878. Windows color (decimal): -5541108 or 816043. OLE color: 816043.

HSL color Cylindrical-coordinate representation of color #AB730C: hue angle of 38.87º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB730C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 115 12 -
CMYK 0 0.33 0.93 0.33
HSL 38.87º 0.87% 0.36% -
HSV(B) 38.87º 0.93% 0.67% -
XYZ 22.99 20.95 3.18 -
YUV 120 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 171 115 12 0 0.33 0.93 0.33 38.87 0.87 0.36
Hex AB 73 C 0 21 5D 21 27 57 24
Octal 253 163 14 0 41 135 41 47 127 44
Binary 10101011 1110011 1100 0 100001 1011101 100001 100111 1010111 100100

Color Harmonies of #AB730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB730C

Black with #AB730C

Text Example


Text Example

White with #AB730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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