Html Css Color HEX #AFAB9C Eagle

📋 copy color: '#AFAB9C'

red 175 ◦ green 171 ◦ blue 156

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

Shades of Eagle #AFAB9C

Tints of Eagle #AFAB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 34.86%
G = 34.06%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AFAB9C (or 0xAFAB9C) is known color: Eagle. HEX triplet: AF, AB and 9C. RGB value is (175,171,156). Sum of RGB (Red+Green+Blue) = 175+171+156=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB9C is #505463. Grayscale: #AAAAAA. Windows color (decimal): -5264484 or 10267567. OLE color: 10267567.

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

Color convert

RGB 175 171 156 -
CMYK 0 0.02 0.11 0.31
HSL 47.37º 0.11% 0.65% -
HSV(B) 47.37º 0.11% 0.69% -
XYZ 38.24 40.64 37.28 -
YUV 170.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 175 171 156 0 0.02 0.11 0.31 47.37 0.11 0.65
Hex AF AB 9C 0 2 B 1F 2F B 41
Octal 257 253 234 0 2 13 37 57 13 101
Binary 10101111 10101011 10011100 0 10 1011 11111 101111 1011 1000001

Color Harmonies of #AFAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB9C

Black with #AFAB9C

Text Example


Text Example

White with #AFAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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