Html Css Color HEX #AF7303 Dark Goldenrod

📋 copy color: '#AF7303'

red 175 ◦ green 115 ◦ blue 3

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

Shades of Dark Goldenrod #AF7303

Tints of Dark Goldenrod #AF7303

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 59.73%
G = 39.25%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF7303 (or 0xAF7303) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 03. RGB value is (175,115,3). Sum of RGB (Red+Green+Blue) = 175+115+3=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7303 is #508CFC. Grayscale: #787878. Windows color (decimal): -5278973 or 226223. OLE color: 226223.

HSL color Cylindrical-coordinate representation of color #AF7303: hue angle of 39.07º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF7303 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 3 -
CMYK 0 0.34 0.98 0.31
HSL 39.07º 0.97% 0.35% -
HSV(B) 39.07º 0.98% 0.69% -
XYZ 23.83 21.38 2.96 -
YUV 120.17 61.88 167.11 -
System Red Green Blue C M Y K H S L
Decimal 175 115 3 0 0.34 0.98 0.31 39.07 0.97 0.35
Hex AF 73 3 0 22 62 1F 27 61 23
Octal 257 163 3 0 42 142 37 47 141 43
Binary 10101111 1110011 11 0 100010 1100010 11111 100111 1100001 100011

Color Harmonies of #AF7303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7303

Black with #AF7303

Text Example


Text Example

White with #AF7303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7303; }

 p { color: rgb(175,115,3); }

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

background-color css

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

 a { background-color: rgb(175,115,3); }

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

border-color css

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

 span { border-color: rgb(175,115,3); }

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