Html Css Color HEX #AF8401 Dark Goldenrod

📋 copy color: '#AF8401'

red 175 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #AF8401

Tints of Dark Goldenrod #AF8401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.86%

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

R = 56.82%
G = 42.86%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF8401 (or 0xAF8401) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 01. RGB value is (175,132,1). Sum of RGB (Red+Green+Blue) = 175+132+1=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8401 is #507BFE. Grayscale: #828282. Windows color (decimal): -5274623 or 99503. OLE color: 99503.

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

Color convert

RGB 175 132 1 -
CMYK 0 0.25 0.99 0.31
HSL 45.17º 0.99% 0.35% -
HSV(B) 45.17º 0.99% 0.69% -
XYZ 25.94 25.62 3.61 -
YUV 129.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 175 132 1 0 0.25 0.99 0.31 45.17 0.99 0.35
Hex AF 84 1 0 19 63 1F 2D 63 23
Octal 257 204 1 0 31 143 37 55 143 43
Binary 10101111 10000100 1 0 11001 1100011 11111 101101 1100011 100011

Color Harmonies of #AF8401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8401

Black with #AF8401

Text Example


Text Example

White with #AF8401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8401; }

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

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

background-color css

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

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

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

border-color css

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

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

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