Html Css Color HEX #AF7101 Dark Goldenrod

📋 copy color: '#AF7101'

red 175 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #AF7101

Tints of Dark Goldenrod #AF7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.1%

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

R = 60.55%
G = 39.1%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7101 (or 0xAF7101) is known color: Dark Goldenrod. HEX triplet: AF, 71 and 01. RGB value is (175,113,1). Sum of RGB (Red+Green+Blue) = 175+113+1=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7101 is #508EFE. Grayscale: #777777. Windows color (decimal): -5279487 or 94639. OLE color: 94639.

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

Color convert

RGB 175 113 1 -
CMYK 0 0.35 0.99 0.31
HSL 38.62º 0.99% 0.35% -
HSV(B) 38.62º 0.99% 0.69% -
XYZ 23.59 20.93 2.82 -
YUV 118.77 61.54 168.11 -
System Red Green Blue C M Y K H S L
Decimal 175 113 1 0 0.35 0.99 0.31 38.62 0.99 0.35
Hex AF 71 1 0 23 63 1F 27 63 23
Octal 257 161 1 0 43 143 37 47 143 43
Binary 10101111 1110001 1 0 100011 1100011 11111 100111 1100011 100011

Color Harmonies of #AF7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7101

Black with #AF7101

Text Example


Text Example

White with #AF7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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