Html Css Color HEX #AFAB9D Eagle

📋 copy color: '#AFAB9D'

red 175 ◦ green 171 ◦ blue 157

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

Shades of Eagle #AFAB9D

Tints of Eagle #AFAB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 34.79%
G = 34%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFAB9D (or 0xAFAB9D) is known color: Eagle. HEX triplet: AF, AB and 9D. RGB value is (175,171,157). Sum of RGB (Red+Green+Blue) = 175+171+157=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB9D is #505462. Grayscale: #AAAAAA. Windows color (decimal): -5264483 or 10333103. OLE color: 10333103.

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

Color convert

RGB 175 171 157 -
CMYK 0 0.02 0.10 0.31
HSL 46.67º 0.1% 0.65% -
HSV(B) 46.67º 0.1% 0.69% -
XYZ 38.33 40.67 37.73 -
YUV 170.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 175 171 157 0 0.02 0.10 0.31 46.67 0.1 0.65
Hex AF AB 9D 0 2 A 1F 2F A 41
Octal 257 253 235 0 2 12 37 57 12 101
Binary 10101111 10101011 10011101 0 10 1010 11111 101111 1010 1000001

Color Harmonies of #AFAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB9D

Black with #AFAB9D

Text Example


Text Example

White with #AFAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB9D; }

 p { color: rgb(175,171,157); }

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

background-color css

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

 a { background-color: rgb(175,171,157); }

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

border-color css

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

 span { border-color: rgb(175,171,157); }

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