Html Css Color HEX #AF7313 Dark Goldenrod

📋 copy color: '#AF7313'

red 175 ◦ green 115 ◦ blue 19

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

Shades of Dark Goldenrod #AF7313

Tints of Dark Goldenrod #AF7313

RGB

 RED value IS 175 (68.75% from 255) = 56.63%

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

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 56.63%
G = 37.22%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF7313 (or 0xAF7313) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 13. RGB value is (175,115,19). Sum of RGB (Red+Green+Blue) = 175+115+19=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7313 is #508CEC. Grayscale: #7A7A7A. Windows color (decimal): -5278957 or 1274799. OLE color: 1274799.

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

Color convert

RGB 175 115 19 -
CMYK 0 0.34 0.89 0.31
HSL 36.92º 0.8% 0.38% -
HSV(B) 36.92º 0.89% 0.69% -
XYZ 23.93 21.42 3.49 -
YUV 122 69.88 165.81 -
System Red Green Blue C M Y K H S L
Decimal 175 115 19 0 0.34 0.89 0.31 36.92 0.8 0.38
Hex AF 73 13 0 22 59 1F 25 50 26
Octal 257 163 23 0 42 131 37 45 120 46
Binary 10101111 1110011 10011 0 100010 1011001 11111 100101 1010000 100110

Color Harmonies of #AF7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7313

Black with #AF7313

Text Example


Text Example

White with #AF7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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