Html Css Color HEX #AF7911 Dark Goldenrod

📋 copy color: '#AF7911'

red 175 ◦ green 121 ◦ blue 17

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

Shades of Dark Goldenrod #AF7911

Tints of Dark Goldenrod #AF7911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.66%

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

R = 55.91%
G = 38.66%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7911 (or 0xAF7911) is known color: Dark Goldenrod. HEX triplet: AF, 79 and 11. RGB value is (175,121,17). Sum of RGB (Red+Green+Blue) = 175+121+17=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7911 is #5086EE. Grayscale: #7D7D7D. Windows color (decimal): -5277423 or 1145263. OLE color: 1145263.

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

Color convert

RGB 175 121 17 -
CMYK 0 0.31 0.90 0.31
HSL 39.49º 0.82% 0.38% -
HSV(B) 39.49º 0.9% 0.69% -
XYZ 24.62 22.83 3.64 -
YUV 125.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 175 121 17 0 0.31 0.90 0.31 39.49 0.82 0.38
Hex AF 79 11 0 1F 5A 1F 27 52 26
Octal 257 171 21 0 37 132 37 47 122 46
Binary 10101111 1111001 10001 0 11111 1011010 11111 100111 1010010 100110

Color Harmonies of #AF7911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7911

Black with #AF7911

Text Example


Text Example

White with #AF7911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7911; }

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

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

background-color css

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

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

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

border-color css

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

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

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