Html Css Color HEX #AFAA90 Eagle

📋 copy color: '#AFAA90'

red 175 ◦ green 170 ◦ blue 144

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

Shades of Eagle #AFAA90

Tints of Eagle #AFAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.76%

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 35.79%
G = 34.76%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AFAA90 (or 0xAFAA90) is known color: Eagle. HEX triplet: AF, AA and 90. RGB value is (175,170,144). Sum of RGB (Red+Green+Blue) = 175+170+144=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA90 is #50556F. Grayscale: #A8A8A8. Windows color (decimal): -5264752 or 9480879. OLE color: 9480879.

HSL color Cylindrical-coordinate representation of color #AFAA90: hue angle of 50.32º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFAA90 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 170 144 -
CMYK 0 0.03 0.18 0.31
HSL 50.32º 0.16% 0.63% -
HSV(B) 50.32º 0.18% 0.69% -
XYZ 37.09 39.88 32.13 -
YUV 168.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 175 170 144 0 0.03 0.18 0.31 50.32 0.16 0.63
Hex AF AA 90 0 3 12 1F 32 10 3F
Octal 257 252 220 0 3 22 37 62 20 77
Binary 10101111 10101010 10010000 0 11 10010 11111 110010 10000 111111

Color Harmonies of #AFAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA90

Black with #AFAA90

Text Example


Text Example

White with #AFAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA90; }

 p { color: rgb(175,170,144); }

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

background-color css

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

 a { background-color: rgb(175,170,144); }

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

border-color css

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

 span { border-color: rgb(175,170,144); }

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