Html Css Color HEX #AF7811 Dark Goldenrod

📋 copy color: '#AF7811'

red 175 ◦ green 120 ◦ blue 17

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

Shades of Dark Goldenrod #AF7811

Tints of Dark Goldenrod #AF7811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

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

R = 56.09%
G = 38.46%
B = 5.45%

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

#AF7811 (or 0xAF7811) is known color: Dark Goldenrod. HEX triplet: AF, 78 and 11. RGB value is (175,120,17). Sum of RGB (Red+Green+Blue) = 175+120+17=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7811 is #5087EE. Grayscale: #7D7D7D. Windows color (decimal): -5277679 or 1145007. OLE color: 1145007.

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

Color convert

RGB 175 120 17 -
CMYK 0 0.31 0.90 0.31
HSL 39.11º 0.82% 0.38% -
HSV(B) 39.11º 0.9% 0.69% -
XYZ 24.5 22.59 3.6 -
YUV 124.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 175 120 17 0 0.31 0.90 0.31 39.11 0.82 0.38
Hex AF 78 11 0 1F 5A 1F 27 52 26
Octal 257 170 21 0 37 132 37 47 122 46
Binary 10101111 1111000 10001 0 11111 1011010 11111 100111 1010010 100110

Color Harmonies of #AF7811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7811

Black with #AF7811

Text Example


Text Example

White with #AF7811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7811; }

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

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

background-color css

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

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

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

border-color css

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

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

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