Html Css Color HEX #AF8101 Dark Goldenrod

📋 copy color: '#AF8101'

red 175 ◦ green 129 ◦ blue 1

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

Shades of Dark Goldenrod #AF8101

Tints of Dark Goldenrod #AF8101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

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

R = 57.38%
G = 42.3%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF8101 (or 0xAF8101) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 01. RGB value is (175,129,1). Sum of RGB (Red+Green+Blue) = 175+129+1=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8101 is #507EFE. Grayscale: #808080. Windows color (decimal): -5275391 or 98735. OLE color: 98735.

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

Color convert

RGB 175 129 1 -
CMYK 0 0.26 0.99 0.31
HSL 44.14º 0.99% 0.35% -
HSV(B) 44.14º 0.99% 0.69% -
XYZ 25.53 24.82 3.47 -
YUV 128.16 56.24 161.41 -
System Red Green Blue C M Y K H S L
Decimal 175 129 1 0 0.26 0.99 0.31 44.14 0.99 0.35
Hex AF 81 1 0 1A 63 1F 2C 63 23
Octal 257 201 1 0 32 143 37 54 143 43
Binary 10101111 10000001 1 0 11010 1100011 11111 101100 1100011 100011

Color Harmonies of #AF8101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8101

Black with #AF8101

Text Example


Text Example

White with #AF8101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8101; }

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

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

background-color css

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

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

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

border-color css

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

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

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