#AFACA1

Color #AFACA1 Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #AFACA1

Tints of Eagle #AFACA1

Color information

#AFACA1 (or 0xAFACA1) is unknown color: approx Eagle. HEX triplet: AF, AC and A1. RGB value is (175,172,161). Sum of RGB (Red+Green+Blue) = 175+172+161=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACA1 is #50535E. Grayscale: #ABABAB. Windows color (decimal): -5264223 or 10595503. OLE color: 10595503.

HSL color Cylindrical-coordinate representation of color #AFACA1: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFACA1 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB175172161-
CMYK00.020.080.31
HSL47.14º8.05%65.88%-
HSV(B)47.14º8%68.63%-
XYZ38.8641.1939.62-
YUV171.64121.99130.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=34.45%
G=33.86%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517216100.020.080.3147.148.0565.88
HexAFACA10281F2f842
Octal2572542410210375710102
Binary10101111101011001010000101010001111110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACA1; }

 p { color: rgb(175,172,161); }

 H1.HeaderClassName
 {
   color: #AFACA1;
 }
 .AnyTagClassName
 {
   color: #AFACA1;
 }
</style>
background-color css

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

 a { background-color: rgb(175,172,161); }

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

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

 span { border-color: rgb(175,172,161); }

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