Html Css Color HEX #AF6E01 Dark Goldenrod

📋 copy color: '#AF6E01'

red 175 ◦ green 110 ◦ blue 1

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

Shades of Dark Goldenrod #AF6E01

Tints of Dark Goldenrod #AF6E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

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

R = 61.19%
G = 38.46%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF6E01 (or 0xAF6E01) is known color: Dark Goldenrod. HEX triplet: AF, 6E and 01. RGB value is (175,110,1). Sum of RGB (Red+Green+Blue) = 175+110+1=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E01 is #5091FE. Grayscale: #757575. Windows color (decimal): -5280255 or 93871. OLE color: 93871.

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

Color convert

RGB 175 110 1 -
CMYK 0 0.37 0.99 0.31
HSL 37.59º 0.99% 0.35% -
HSV(B) 37.59º 0.99% 0.69% -
XYZ 23.26 20.27 2.71 -
YUV 117.01 62.53 169.36 -
System Red Green Blue C M Y K H S L
Decimal 175 110 1 0 0.37 0.99 0.31 37.59 0.99 0.35
Hex AF 6E 1 0 25 63 1F 26 63 23
Octal 257 156 1 0 45 143 37 46 143 43
Binary 10101111 1101110 1 0 100101 1100011 11111 100110 1100011 100011

Color Harmonies of #AF6E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E01

Black with #AF6E01

Text Example


Text Example

White with #AF6E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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