Html Css Color HEX #AF7616 Dark Goldenrod

📋 copy color: '#AF7616'

red 175 ◦ green 118 ◦ blue 22

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

Shades of Dark Goldenrod #AF7616

Tints of Dark Goldenrod #AF7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.46%

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

R = 55.56%
G = 37.46%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF7616 (or 0xAF7616) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 16. RGB value is (175,118,22). Sum of RGB (Red+Green+Blue) = 175+118+22=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7616 is #5089E9. Grayscale: #7C7C7C. Windows color (decimal): -5278186 or 1472175. OLE color: 1472175.

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

Color convert

RGB 175 118 22 -
CMYK 0 0.33 0.87 0.31
HSL 37.65º 0.78% 0.39% -
HSV(B) 37.65º 0.87% 0.69% -
XYZ 24.3 22.13 3.75 -
YUV 124.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 175 118 22 0 0.33 0.87 0.31 37.65 0.78 0.39
Hex AF 76 16 0 21 57 1F 26 4E 27
Octal 257 166 26 0 41 127 37 46 116 47
Binary 10101111 1110110 10110 0 100001 1010111 11111 100110 1001110 100111

Color Harmonies of #AF7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7616

Black with #AF7616

Text Example


Text Example

White with #AF7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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