Html Css Color HEX #AFAE98 Eagle

📋 copy color: '#AFAE98'

red 175 ◦ green 174 ◦ blue 152

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

Shades of Eagle #AFAE98

Tints of Eagle #AFAE98

RGB

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

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

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

R = 34.93%
G = 34.73%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFAE98 (or 0xAFAE98) is known color: Eagle. HEX triplet: AF, AE and 98. RGB value is (175,174,152). Sum of RGB (Red+Green+Blue) = 175+174+152=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE98 is #505167. Grayscale: #ABABAB. Windows color (decimal): -5263720 or 10006191. OLE color: 10006191.

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

Color convert

RGB 175 174 152 -
CMYK 0 0.01 0.13 0.31
HSL 57.39º 0.13% 0.64% -
HSV(B) 57.39º 0.13% 0.69% -
XYZ 38.48 41.65 35.72 -
YUV 171.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 175 174 152 0 0.01 0.13 0.31 57.39 0.13 0.64
Hex AF AE 98 0 1 D 1F 39 D 40
Octal 257 256 230 0 1 15 37 71 15 100
Binary 10101111 10101110 10011000 0 1 1101 11111 111001 1101 1000000

Color Harmonies of #AFAE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE98

Black with #AFAE98

Text Example


Text Example

White with #AFAE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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