Html Css Color HEX #AFAB98 Eagle

📋 copy color: '#AFAB98'

red 175 ◦ green 171 ◦ blue 152

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

Shades of Eagle #AFAB98

Tints of Eagle #AFAB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.52%

R = 35.14%
G = 34.34%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFAB98 (or 0xAFAB98) is known color: Eagle. HEX triplet: AF, AB and 98. RGB value is (175,171,152). Sum of RGB (Red+Green+Blue) = 175+171+152=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB98 is #505467. Grayscale: #AAAAAA. Windows color (decimal): -5264488 or 10005423. OLE color: 10005423.

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

Color convert

RGB 175 171 152 -
CMYK 0 0.02 0.13 0.31
HSL 49.57º 0.13% 0.64% -
HSV(B) 49.57º 0.13% 0.69% -
XYZ 37.91 40.51 35.53 -
YUV 170.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 175 171 152 0 0.02 0.13 0.31 49.57 0.13 0.64
Hex AF AB 98 0 2 D 1F 32 D 40
Octal 257 253 230 0 2 15 37 62 15 100
Binary 10101111 10101011 10011000 0 10 1101 11111 110010 1101 1000000

Color Harmonies of #AFAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB98

Black with #AFAB98

Text Example


Text Example

White with #AFAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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