Html Css Color HEX #AFAE99 Eagle

📋 copy color: '#AFAE99'

red 175 ◦ green 174 ◦ blue 153

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

Shades of Eagle #AFAE99

Tints of Eagle #AFAE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

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

R = 34.86%
G = 34.66%
B = 30.48%

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

#AFAE99 (or 0xAFAE99) is known color: Eagle. HEX triplet: AF, AE and 99. RGB value is (175,174,153). Sum of RGB (Red+Green+Blue) = 175+174+153=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE99 is #505166. Grayscale: #ABABAB. Windows color (decimal): -5263719 or 10071727. OLE color: 10071727.

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

Color convert

RGB 175 174 153 -
CMYK 0 0.01 0.13 0.31
HSL 57.27º 0.12% 0.64% -
HSV(B) 57.27º 0.13% 0.69% -
XYZ 38.57 41.69 36.15 -
YUV 171.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 175 174 153 0 0.01 0.13 0.31 57.27 0.12 0.64
Hex AF AE 99 0 1 D 1F 39 C 40
Octal 257 256 231 0 1 15 37 71 14 100
Binary 10101111 10101110 10011001 0 1 1101 11111 111001 1100 1000000

Color Harmonies of #AFAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE99

Black with #AFAE99

Text Example


Text Example

White with #AFAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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