Html Css Color HEX #AF7C11 Dark Goldenrod

📋 copy color: '#AF7C11'

red 175 ◦ green 124 ◦ blue 17

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

Shades of Dark Goldenrod #AF7C11

Tints of Dark Goldenrod #AF7C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.24%

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

R = 55.38%
G = 39.24%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7C11 (or 0xAF7C11) is known color: Dark Goldenrod. HEX triplet: AF, 7C and 11. RGB value is (175,124,17). Sum of RGB (Red+Green+Blue) = 175+124+17=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7C11 is #5083EE. Grayscale: #7F7F7F. Windows color (decimal): -5276655 or 1146031. OLE color: 1146031.

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

Color convert

RGB 175 124 17 -
CMYK 0 0.29 0.90 0.31
HSL 40.63º 0.82% 0.38% -
HSV(B) 40.63º 0.9% 0.69% -
XYZ 24.99 23.57 3.76 -
YUV 127.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 175 124 17 0 0.29 0.90 0.31 40.63 0.82 0.38
Hex AF 7C 11 0 1D 5A 1F 29 52 26
Octal 257 174 21 0 35 132 37 51 122 46
Binary 10101111 1111100 10001 0 11101 1011010 11111 101001 1010010 100110

Color Harmonies of #AF7C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C11

Black with #AF7C11

Text Example


Text Example

White with #AF7C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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