Html Css Color HEX #AF7413 Dark Goldenrod

📋 copy color: '#AF7413'

red 175 ◦ green 116 ◦ blue 19

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

Shades of Dark Goldenrod #AF7413

Tints of Dark Goldenrod #AF7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 56.45%
G = 37.42%
B = 6.13%

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

#AF7413 (or 0xAF7413) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 13. RGB value is (175,116,19). Sum of RGB (Red+Green+Blue) = 175+116+19=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7413 is #508BEC. Grayscale: #7B7B7B. Windows color (decimal): -5278701 or 1275055. OLE color: 1275055.

HSL color Cylindrical-coordinate representation of color #AF7413: hue angle of 37.31º 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 #AF7413 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 19 -
CMYK 0 0.34 0.89 0.31
HSL 37.31º 0.8% 0.38% -
HSV(B) 37.31º 0.89% 0.69% -
XYZ 24.04 21.65 3.53 -
YUV 122.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 175 116 19 0 0.34 0.89 0.31 37.31 0.8 0.38
Hex AF 74 13 0 22 59 1F 25 50 26
Octal 257 164 23 0 42 131 37 45 120 46
Binary 10101111 1110100 10011 0 100010 1011001 11111 100101 1010000 100110

Color Harmonies of #AF7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7413

Black with #AF7413

Text Example


Text Example

White with #AF7413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7413; }

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

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

background-color css

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

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

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

border-color css

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

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

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