Html Css Color HEX #AFAE90 Eagle

📋 copy color: '#AFAE90'

red 175 ◦ green 174 ◦ blue 144

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

Shades of Eagle #AFAE90

Tints of Eagle #AFAE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.29%

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

R = 35.5%
G = 35.29%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AFAE90 (or 0xAFAE90) is known color: Eagle. HEX triplet: AF, AE and 90. RGB value is (175,174,144). Sum of RGB (Red+Green+Blue) = 175+174+144=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE90 is #50516F. Grayscale: #ABABAB. Windows color (decimal): -5263728 or 9481903. OLE color: 9481903.

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

Color convert

RGB 175 174 144 -
CMYK 0 0.01 0.18 0.31
HSL 58.06º 0.16% 0.63% -
HSV(B) 58.06º 0.18% 0.69% -
XYZ 37.85 41.4 32.38 -
YUV 170.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 175 174 144 0 0.01 0.18 0.31 58.06 0.16 0.63
Hex AF AE 90 0 1 12 1F 3A 10 3F
Octal 257 256 220 0 1 22 37 72 20 77
Binary 10101111 10101110 10010000 0 1 10010 11111 111010 10000 111111

Color Harmonies of #AFAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE90

Black with #AFAE90

Text Example


Text Example

White with #AFAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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