Html Css Color HEX #AFA98D Eagle

📋 copy color: '#AFA98D'

red 175 ◦ green 169 ◦ blue 141

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

Shades of Eagle #AFA98D

Tints of Eagle #AFA98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.85%

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 36.08%
G = 34.85%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AFA98D (or 0xAFA98D) is known color: Eagle. HEX triplet: AF, A9 and 8D. RGB value is (175,169,141). Sum of RGB (Red+Green+Blue) = 175+169+141=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA98D is #505672. Grayscale: #A7A7A7. Windows color (decimal): -5265011 or 9284015. OLE color: 9284015.

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

Color convert

RGB 175 169 141 -
CMYK 0 0.03 0.19 0.31
HSL 49.41º 0.18% 0.62% -
HSV(B) 49.41º 0.19% 0.69% -
XYZ 36.67 39.41 30.87 -
YUV 167.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 175 169 141 0 0.03 0.19 0.31 49.41 0.18 0.62
Hex AF A9 8D 0 3 13 1F 31 12 3E
Octal 257 251 215 0 3 23 37 61 22 76
Binary 10101111 10101001 10001101 0 11 10011 11111 110001 10010 111110

Color Harmonies of #AFA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA98D

Black with #AFA98D

Text Example


Text Example

White with #AFA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA98D; }

 p { color: rgb(175,169,141); }

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

background-color css

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

 a { background-color: rgb(175,169,141); }

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

border-color css

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

 span { border-color: rgb(175,169,141); }

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