Html Css Color HEX #AFAB9B Eagle

📋 copy color: '#AFAB9B'

red 175 ◦ green 171 ◦ blue 155

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

Shades of Eagle #AFAB9B

Tints of Eagle #AFAB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 34.93%
G = 34.13%
B = 30.94%

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

#AFAB9B (or 0xAFAB9B) is known color: Eagle. HEX triplet: AF, AB and 9B. RGB value is (175,171,155). Sum of RGB (Red+Green+Blue) = 175+171+155=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB9B is #505464. Grayscale: #AAAAAA. Windows color (decimal): -5264485 or 10202031. OLE color: 10202031.

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

Color convert

RGB 175 171 155 -
CMYK 0 0.02 0.11 0.31
HSL 48º 0.11% 0.65% -
HSV(B) 48º 0.11% 0.69% -
XYZ 38.16 40.61 36.84 -
YUV 170.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 175 171 155 0 0.02 0.11 0.31 48 0.11 0.65
Hex AF AB 9B 0 2 B 1F 30 B 41
Octal 257 253 233 0 2 13 37 60 13 101
Binary 10101111 10101011 10011011 0 10 1011 11111 110000 1011 1000001

Color Harmonies of #AFAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB9B

Black with #AFAB9B

Text Example


Text Example

White with #AFAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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