Html Css Color HEX #AF7314 Dark Goldenrod

📋 copy color: '#AF7314'

red 175 ◦ green 115 ◦ blue 20

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

Shades of Dark Goldenrod #AF7314

Tints of Dark Goldenrod #AF7314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.45%

R = 56.45%
G = 37.1%
B = 6.45%

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

#AF7314 (or 0xAF7314) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 14. RGB value is (175,115,20). Sum of RGB (Red+Green+Blue) = 175+115+20=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7314 is #508CEB. Grayscale: #7A7A7A. Windows color (decimal): -5278956 or 1340335. OLE color: 1340335.

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

Color convert

RGB 175 115 20 -
CMYK 0 0.34 0.89 0.31
HSL 36.77º 0.79% 0.38% -
HSV(B) 36.77º 0.89% 0.69% -
XYZ 23.94 21.43 3.54 -
YUV 122.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 175 115 20 0 0.34 0.89 0.31 36.77 0.79 0.38
Hex AF 73 14 0 22 59 1F 25 4F 26
Octal 257 163 24 0 42 131 37 45 117 46
Binary 10101111 1110011 10100 0 100010 1011001 11111 100101 1001111 100110

Color Harmonies of #AF7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7314

Black with #AF7314

Text Example


Text Example

White with #AF7314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7314; }

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

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

background-color css

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

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

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

border-color css

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

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

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