Html Css Color HEX #AFA88D Eagle

📋 copy color: '#AFA88D'

red 175 ◦ green 168 ◦ blue 141

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

Shades of Eagle #AFA88D

Tints of Eagle #AFA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.71%

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

R = 36.16%
G = 34.71%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AFA88D (or 0xAFA88D) is known color: Eagle. HEX triplet: AF, A8 and 8D. RGB value is (175,168,141). Sum of RGB (Red+Green+Blue) = 175+168+141=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA88D is #505772. Grayscale: #A7A7A7. Windows color (decimal): -5265267 or 9283759. OLE color: 9283759.

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

Color convert

RGB 175 168 141 -
CMYK 0 0.04 0.19 0.31
HSL 47.65º 0.18% 0.62% -
HSV(B) 47.65º 0.19% 0.69% -
XYZ 36.49 39.04 30.81 -
YUV 167.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 175 168 141 0 0.04 0.19 0.31 47.65 0.18 0.62
Hex AF A8 8D 0 4 13 1F 30 12 3E
Octal 257 250 215 0 4 23 37 60 22 76
Binary 10101111 10101000 10001101 0 100 10011 11111 110000 10010 111110

Color Harmonies of #AFA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA88D

Black with #AFA88D

Text Example


Text Example

White with #AFA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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