Html Css Color HEX #AF9401 Dark Goldenrod

📋 copy color: '#AF9401'

red 175 ◦ green 148 ◦ blue 1

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

Shades of Dark Goldenrod #AF9401

Tints of Dark Goldenrod #AF9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.68%

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

R = 54.01%
G = 45.68%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF9401 (or 0xAF9401) is known color: Dark Goldenrod. HEX triplet: AF, 94 and 01. RGB value is (175,148,1). Sum of RGB (Red+Green+Blue) = 175+148+1=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9401 is #506BFE. Grayscale: #8B8B8B. Windows color (decimal): -5270527 or 103599. OLE color: 103599.

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

Color convert

RGB 175 148 1 -
CMYK 0 0.15 0.99 0.31
HSL 50.69º 0.99% 0.35% -
HSV(B) 50.69º 0.99% 0.69% -
XYZ 28.27 30.3 4.39 -
YUV 139.32 49.95 153.45 -
System Red Green Blue C M Y K H S L
Decimal 175 148 1 0 0.15 0.99 0.31 50.69 0.99 0.35
Hex AF 94 1 0 F 63 1F 33 63 23
Octal 257 224 1 0 17 143 37 63 143 43
Binary 10101111 10010100 1 0 1111 1100011 11111 110011 1100011 100011

Color Harmonies of #AF9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9401

Black with #AF9401

Text Example


Text Example

White with #AF9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9401; }

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

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

background-color css

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

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

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

border-color css

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

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

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