Html Css Color HEX #AF7001 Dark Goldenrod

📋 copy color: '#AF7001'

red 175 ◦ green 112 ◦ blue 1

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

Shades of Dark Goldenrod #AF7001

Tints of Dark Goldenrod #AF7001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 60.76%
G = 38.89%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7001 (or 0xAF7001) is known color: Dark Goldenrod. HEX triplet: AF, 70 and 01. RGB value is (175,112,1). Sum of RGB (Red+Green+Blue) = 175+112+1=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7001 is #508FFE. Grayscale: #767676. Windows color (decimal): -5279743 or 94383. OLE color: 94383.

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

Color convert

RGB 175 112 1 -
CMYK 0 0.36 0.99 0.31
HSL 38.28º 0.99% 0.35% -
HSV(B) 38.28º 0.99% 0.69% -
XYZ 23.48 20.7 2.79 -
YUV 118.18 61.87 168.53 -
System Red Green Blue C M Y K H S L
Decimal 175 112 1 0 0.36 0.99 0.31 38.28 0.99 0.35
Hex AF 70 1 0 24 63 1F 26 63 23
Octal 257 160 1 0 44 143 37 46 143 43
Binary 10101111 1110000 1 0 100100 1100011 11111 100110 1100011 100011

Color Harmonies of #AF7001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7001

Black with #AF7001

Text Example


Text Example

White with #AF7001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7001; }

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

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

background-color css

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

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

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

border-color css

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

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

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