Html Css Color HEX #AF8603 Dark Goldenrod

📋 copy color: '#AF8603'

red 175 ◦ green 134 ◦ blue 3

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

Shades of Dark Goldenrod #AF8603

Tints of Dark Goldenrod #AF8603

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

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

R = 56.09%
G = 42.95%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF8603 (or 0xAF8603) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 03. RGB value is (175,134,3). Sum of RGB (Red+Green+Blue) = 175+134+3=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8603 is #5079FC. Grayscale: #838383. Windows color (decimal): -5274109 or 231087. OLE color: 231087.

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

Color convert

RGB 175 134 3 -
CMYK 0 0.23 0.98 0.31
HSL 45.7º 0.97% 0.35% -
HSV(B) 45.7º 0.98% 0.69% -
XYZ 26.22 26.17 3.76 -
YUV 131.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 175 134 3 0 0.23 0.98 0.31 45.7 0.97 0.35
Hex AF 86 3 0 17 62 1F 2E 61 23
Octal 257 206 3 0 27 142 37 56 141 43
Binary 10101111 10000110 11 0 10111 1100010 11111 101110 1100001 100011

Color Harmonies of #AF8603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8603

Black with #AF8603

Text Example


Text Example

White with #AF8603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8603; }

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

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

background-color css

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

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

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

border-color css

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

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

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