Html Css Color HEX #AF7501 Dark Goldenrod

📋 copy color: '#AF7501'

red 175 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #AF7501

Tints of Dark Goldenrod #AF7501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.93%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 59.73%
G = 39.93%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7501 (or 0xAF7501) is known color: Dark Goldenrod. HEX triplet: AF, 75 and 01. RGB value is (175,117,1). Sum of RGB (Red+Green+Blue) = 175+117+1=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7501 is #508AFE. Grayscale: #797979. Windows color (decimal): -5278463 or 95663. OLE color: 95663.

HSL color Cylindrical-coordinate representation of color #AF7501: hue angle of 40º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF7501 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 1 -
CMYK 0 0.33 0.99 0.31
HSL 40º 0.99% 0.35% -
HSV(B) 40º 0.99% 0.69% -
XYZ 24.05 21.84 2.98 -
YUV 121.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 175 117 1 0 0.33 0.99 0.31 40 0.99 0.35
Hex AF 75 1 0 21 63 1F 28 63 23
Octal 257 165 1 0 41 143 37 50 143 43
Binary 10101111 1110101 1 0 100001 1100011 11111 101000 1100011 100011

Color Harmonies of #AF7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7501

Black with #AF7501

Text Example


Text Example

White with #AF7501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7501; }

 p { color: rgb(175,117,1); }

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

background-color css

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

 a { background-color: rgb(175,117,1); }

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

border-color css

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

 span { border-color: rgb(175,117,1); }

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