Html Css Color HEX #AF9503 Dark Goldenrod

📋 copy color: '#AF9503'

red 175 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #AF9503

Tints of Dark Goldenrod #AF9503

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.57%

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

R = 53.52%
G = 45.57%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF9503 (or 0xAF9503) is known color: Dark Goldenrod. HEX triplet: AF, 95 and 03. RGB value is (175,149,3). Sum of RGB (Red+Green+Blue) = 175+149+3=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9503 is #506AFC. Grayscale: #8C8C8C. Windows color (decimal): -5270269 or 234927. OLE color: 234927.

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

Color convert

RGB 175 149 3 -
CMYK 0 0.15 0.98 0.31
HSL 50.93º 0.97% 0.35% -
HSV(B) 50.93º 0.98% 0.69% -
XYZ 28.44 30.62 4.5 -
YUV 140.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 175 149 3 0 0.15 0.98 0.31 50.93 0.97 0.35
Hex AF 95 3 0 F 62 1F 33 61 23
Octal 257 225 3 0 17 142 37 63 141 43
Binary 10101111 10010101 11 0 1111 1100010 11111 110011 1100001 100011

Color Harmonies of #AF9503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9503

Black with #AF9503

Text Example


Text Example

White with #AF9503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9503; }

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

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

background-color css

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

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

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

border-color css

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

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

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