Html Css Color HEX #AFAD99 Eagle

📋 copy color: '#AFAD99'

red 175 ◦ green 173 ◦ blue 153

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

Shades of Eagle #AFAD99

Tints of Eagle #AFAD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 153 (60.16% from 255) = 30.54%

R = 34.93%
G = 34.53%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFAD99 (or 0xAFAD99) is known color: Eagle. HEX triplet: AF, AD and 99. RGB value is (175,173,153). Sum of RGB (Red+Green+Blue) = 175+173+153=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD99 is #505266. Grayscale: #ABABAB. Windows color (decimal): -5263975 or 10071471. OLE color: 10071471.

HSL color Cylindrical-coordinate representation of color #AFAD99: hue angle of 54.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFAD99 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 173 153 -
CMYK 0 0.01 0.13 0.31
HSL 54.55º 0.12% 0.64% -
HSV(B) 54.55º 0.13% 0.69% -
XYZ 38.37 41.3 36.09 -
YUV 171.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 175 173 153 0 0.01 0.13 0.31 54.55 0.12 0.64
Hex AF AD 99 0 1 D 1F 37 C 40
Octal 257 255 231 0 1 15 37 67 14 100
Binary 10101111 10101101 10011001 0 1 1101 11111 110111 1100 1000000

Color Harmonies of #AFAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD99

Black with #AFAD99

Text Example


Text Example

White with #AFAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD99; }

 p { color: rgb(175,173,153); }

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

background-color css

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

 a { background-color: rgb(175,173,153); }

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

border-color css

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

 span { border-color: rgb(175,173,153); }

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