Html Css Color HEX #ACA898 Eagle

📋 copy color: '#ACA898'

red 172 ◦ green 168 ◦ blue 152

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

Shades of Eagle #ACA898

Tints of Eagle #ACA898

RGB

 RED value IS 172 (67.58% from 255) = 34.96%

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

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

R = 34.96%
G = 34.15%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ACA898 (or 0xACA898) is known color: Eagle. HEX triplet: AC, A8 and 98. RGB value is (172,168,152). Sum of RGB (Red+Green+Blue) = 172+168+152=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA898 is #535767. Grayscale: #A7A7A7. Windows color (decimal): -5461864 or 10004652. OLE color: 10004652.

HSL color Cylindrical-coordinate representation of color #ACA898: hue angle of 48º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACA898 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 168 152 -
CMYK 0 0.02 0.12 0.33
HSL 48º 0.11% 0.64% -
HSV(B) 48º 0.12% 0.67% -
XYZ 36.68 39.04 35.31 -
YUV 167.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 172 168 152 0 0.02 0.12 0.33 48 0.11 0.64
Hex AC A8 98 0 2 C 21 30 B 40
Octal 254 250 230 0 2 14 41 60 13 100
Binary 10101100 10101000 10011000 0 10 1100 100001 110000 1011 1000000

Color Harmonies of #ACA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA898

Black with #ACA898

Text Example


Text Example

White with #ACA898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA898; }

 p { color: rgb(172,168,152); }

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

background-color css

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

 a { background-color: rgb(172,168,152); }

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

border-color css

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

 span { border-color: rgb(172,168,152); }

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