Html Css Color HEX #AF7716 Dark Goldenrod

📋 copy color: '#AF7716'

red 175 ◦ green 119 ◦ blue 22

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

Shades of Dark Goldenrod #AF7716

Tints of Dark Goldenrod #AF7716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.66%

 BLUE value IS 22 (8.98% from 255) = 6.96%

R = 55.38%
G = 37.66%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF7716 (or 0xAF7716) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 16. RGB value is (175,119,22). Sum of RGB (Red+Green+Blue) = 175+119+22=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7716 is #5088E9. Grayscale: #7D7D7D. Windows color (decimal): -5277930 or 1472431. OLE color: 1472431.

HSL color Cylindrical-coordinate representation of color #AF7716: hue angle of 38.04º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF7716 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 22 -
CMYK 0 0.32 0.87 0.31
HSL 38.04º 0.78% 0.39% -
HSV(B) 38.04º 0.87% 0.69% -
XYZ 24.42 22.37 3.79 -
YUV 124.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 175 119 22 0 0.32 0.87 0.31 38.04 0.78 0.39
Hex AF 77 16 0 20 57 1F 26 4E 27
Octal 257 167 26 0 40 127 37 46 116 47
Binary 10101111 1110111 10110 0 100000 1010111 11111 100110 1001110 100111

Color Harmonies of #AF7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7716

Black with #AF7716

Text Example


Text Example

White with #AF7716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7716; }

 p { color: rgb(175,119,22); }

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

background-color css

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

 a { background-color: rgb(175,119,22); }

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

border-color css

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

 span { border-color: rgb(175,119,22); }

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