#af7300

Color #AF7300 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AF7300

Tints of Dark Goldenrod #AF7300

Color information

#AF7300 (or 0xAF7300) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 73 and 00. RGB value is (175,115,0). Sum of RGB (Red+Green+Blue) = 175+115+0=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7300 is #508CFF. Grayscale: #787878. Windows color (decimal): -5278976 or 29615. OLE color: 29615.

HSL color Cylindrical-coordinate representation of color #AF7300: hue angle of 39.43º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF7300 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1751150-
CMYK00.3410.31
HSL39.43º100%34.31%-
HSV(B)39.43º100%68.63%-
XYZ23.8121.382.87-
YUV119.8360.38167.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.34%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.34%
G=39.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175115000.3410.3139.4310034.31
HexAF730022641F276422
Octal2571630042144374714442
Binary101011111110011001000101100100111111001111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7300; }

 p { color: rgb(175,115,0); }

 H1.HeaderClassName
 {
   color: #af7300;
 }
 .AnyTagClassName
 {
   color: #af7300;
 }
</style>
background-color css

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

 a { background-color: rgb(175,115,0); }

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

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

 span { border-color: rgb(175,115,0); }

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