Html Css Color HEX #AFB098 Eagle

📋 copy color: '#AFB098'

red 175 ◦ green 176 ◦ blue 152

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

Shades of Eagle #AFB098

Tints of Eagle #AFB098

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.99%

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

R = 34.79%
G = 34.99%
B = 30.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AFB098 (or 0xAFB098) is known color: Eagle. HEX triplet: AF, B0 and 98. RGB value is (175,176,152). Sum of RGB (Red+Green+Blue) = 175+176+152=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB098 is #504F67. Grayscale: #ADADAD. Windows color (decimal): -5263208 or 10006703. OLE color: 10006703.

HSL color Cylindrical-coordinate representation of color #AFB098: hue angle of 62.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB098 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 176 152 -
CMYK 0.01 0 0.14 0.31
HSL 62.5º 0.13% 0.64% -
HSV(B) 62.5º 0.14% 0.69% -
XYZ 38.87 42.43 35.85 -
YUV 172.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 175 176 152 0.01 0 0.14 0.31 62.5 0.13 0.64
Hex AF B0 98 1 0 E 1F 3F D 40
Octal 257 260 230 1 0 16 37 77 15 100
Binary 10101111 10110000 10011000 1 0 1110 11111 111111 1101 1000000

Color Harmonies of #AFB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB098

Black with #AFB098

Text Example


Text Example

White with #AFB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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