Html Css Color HEX #AF7311 Dark Goldenrod

📋 copy color: '#AF7311'

red 175 ◦ green 115 ◦ blue 17

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

Shades of Dark Goldenrod #AF7311

Tints of Dark Goldenrod #AF7311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 57%
G = 37.46%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7311 (or 0xAF7311) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 11. RGB value is (175,115,17). Sum of RGB (Red+Green+Blue) = 175+115+17=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7311 is #508CEE. Grayscale: #7A7A7A. Windows color (decimal): -5278959 or 1143727. OLE color: 1143727.

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

Color convert

RGB 175 115 17 -
CMYK 0 0.34 0.90 0.31
HSL 37.22º 0.82% 0.38% -
HSV(B) 37.22º 0.9% 0.69% -
XYZ 23.91 21.42 3.4 -
YUV 121.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 175 115 17 0 0.34 0.90 0.31 37.22 0.82 0.38
Hex AF 73 11 0 22 5A 1F 25 52 26
Octal 257 163 21 0 42 132 37 45 122 46
Binary 10101111 1110011 10001 0 100010 1011010 11111 100101 1010010 100110

Color Harmonies of #AF7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7311

Black with #AF7311

Text Example


Text Example

White with #AF7311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7311; }

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

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

background-color css

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

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

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

border-color css

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

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

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