Html Css Color HEX #AF7407 Dark Goldenrod

📋 copy color: '#AF7407'

red 175 ◦ green 116 ◦ blue 7

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

Shades of Dark Goldenrod #AF7407

Tints of Dark Goldenrod #AF7407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 7 (3.13% from 255) = 2.35%

R = 58.72%
G = 38.93%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF7407 (or 0xAF7407) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 07. RGB value is (175,116,7). Sum of RGB (Red+Green+Blue) = 175+116+7=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7407 is #508BF8. Grayscale: #797979. Windows color (decimal): -5278713 or 488623. OLE color: 488623.

HSL color Cylindrical-coordinate representation of color #AF7407: hue angle of 38.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF7407 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 7 -
CMYK 0 0.34 0.96 0.31
HSL 38.93º 0.92% 0.36% -
HSV(B) 38.93º 0.96% 0.69% -
XYZ 23.96 21.62 3.11 -
YUV 121.22 63.55 166.36 -
System Red Green Blue C M Y K H S L
Decimal 175 116 7 0 0.34 0.96 0.31 38.93 0.92 0.36
Hex AF 74 7 0 22 60 1F 27 5C 24
Octal 257 164 7 0 42 140 37 47 134 44
Binary 10101111 1110100 111 0 100010 1100000 11111 100111 1011100 100100

Color Harmonies of #AF7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7407

Black with #AF7407

Text Example


Text Example

White with #AF7407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7407; }

 p { color: rgb(175,116,7); }

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

background-color css

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

 a { background-color: rgb(175,116,7); }

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

border-color css

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

 span { border-color: rgb(175,116,7); }

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