Html Css Color HEX #AF7901 Dark Goldenrod

📋 copy color: '#AF7901'

red 175 ◦ green 121 ◦ blue 1

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

Shades of Dark Goldenrod #AF7901

Tints of Dark Goldenrod #AF7901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

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

R = 58.92%
G = 40.74%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7901 (or 0xAF7901) is known color: Dark Goldenrod. HEX triplet: AF, 79 and 01. RGB value is (175,121,1). Sum of RGB (Red+Green+Blue) = 175+121+1=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7901 is #5086FE. Grayscale: #7C7C7C. Windows color (decimal): -5277439 or 96687. OLE color: 96687.

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

Color convert

RGB 175 121 1 -
CMYK 0 0.31 0.99 0.31
HSL 41.38º 0.99% 0.35% -
HSV(B) 41.38º 0.99% 0.69% -
XYZ 24.52 22.79 3.14 -
YUV 123.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 175 121 1 0 0.31 0.99 0.31 41.38 0.99 0.35
Hex AF 79 1 0 1F 63 1F 29 63 23
Octal 257 171 1 0 37 143 37 51 143 43
Binary 10101111 1111001 1 0 11111 1100011 11111 101001 1100011 100011

Color Harmonies of #AF7901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7901

Black with #AF7901

Text Example


Text Example

White with #AF7901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7901; }

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

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

background-color css

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

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

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

border-color css

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

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

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