Html Css Color HEX #AF7103 Dark Goldenrod

📋 copy color: '#AF7103'

red 175 ◦ green 113 ◦ blue 3

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

Shades of Dark Goldenrod #AF7103

Tints of Dark Goldenrod #AF7103

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

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

R = 60.14%
G = 38.83%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF7103 (or 0xAF7103) is known color: Dark Goldenrod. HEX triplet: AF, 71 and 03. RGB value is (175,113,3). Sum of RGB (Red+Green+Blue) = 175+113+3=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7103 is #508EFC. Grayscale: #777777. Windows color (decimal): -5279485 or 225711. OLE color: 225711.

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

Color convert

RGB 175 113 3 -
CMYK 0 0.35 0.98 0.31
HSL 38.37º 0.97% 0.35% -
HSV(B) 38.37º 0.98% 0.69% -
XYZ 23.6 20.93 2.88 -
YUV 119 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 175 113 3 0 0.35 0.98 0.31 38.37 0.97 0.35
Hex AF 71 3 0 23 62 1F 26 61 23
Octal 257 161 3 0 43 142 37 46 141 43
Binary 10101111 1110001 11 0 100011 1100010 11111 100110 1100001 100011

Color Harmonies of #AF7103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7103

Black with #AF7103

Text Example


Text Example

White with #AF7103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7103; }

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

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

background-color css

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

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

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

border-color css

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

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

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