Html Css Color HEX #AF7411 Dark Goldenrod

📋 copy color: '#AF7411'

red 175 ◦ green 116 ◦ blue 17

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

Shades of Dark Goldenrod #AF7411

Tints of Dark Goldenrod #AF7411

RGB

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

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

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

R = 56.82%
G = 37.66%
B = 5.52%

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

#AF7411 (or 0xAF7411) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 11. RGB value is (175,116,17). Sum of RGB (Red+Green+Blue) = 175+116+17=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7411 is #508BEE. Grayscale: #7A7A7A. Windows color (decimal): -5278703 or 1143983. OLE color: 1143983.

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

Color convert

RGB 175 116 17 -
CMYK 0 0.34 0.90 0.31
HSL 37.59º 0.82% 0.38% -
HSV(B) 37.59º 0.9% 0.69% -
XYZ 24.03 21.65 3.44 -
YUV 122.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 175 116 17 0 0.34 0.90 0.31 37.59 0.82 0.38
Hex AF 74 11 0 22 5A 1F 26 52 26
Octal 257 164 21 0 42 132 37 46 122 46
Binary 10101111 1110100 10001 0 100010 1011010 11111 100110 1010010 100110

Color Harmonies of #AF7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7411

Black with #AF7411

Text Example


Text Example

White with #AF7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7411; }

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

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

background-color css

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

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

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

border-color css

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

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

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