Html Css Color HEX #AF8503 Dark Goldenrod

📋 copy color: '#AF8503'

red 175 ◦ green 133 ◦ blue 3

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

Shades of Dark Goldenrod #AF8503

Tints of Dark Goldenrod #AF8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.77%

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

R = 56.27%
G = 42.77%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF8503 (or 0xAF8503) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 03. RGB value is (175,133,3). Sum of RGB (Red+Green+Blue) = 175+133+3=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8503 is #507AFC. Grayscale: #838383. Windows color (decimal): -5274365 or 230831. OLE color: 230831.

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

Color convert

RGB 175 133 3 -
CMYK 0 0.24 0.98 0.31
HSL 45.35º 0.97% 0.35% -
HSV(B) 45.35º 0.98% 0.69% -
XYZ 26.08 25.9 3.71 -
YUV 130.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 175 133 3 0 0.24 0.98 0.31 45.35 0.97 0.35
Hex AF 85 3 0 18 62 1F 2D 61 23
Octal 257 205 3 0 30 142 37 55 141 43
Binary 10101111 10000101 11 0 11000 1100010 11111 101101 1100001 100011

Color Harmonies of #AF8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8503

Black with #AF8503

Text Example


Text Example

White with #AF8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8503; }

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

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

background-color css

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

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

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

border-color css

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

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

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