Html Css Color HEX #ABA88D Eagle

📋 copy color: '#ABA88D'

red 171 ◦ green 168 ◦ blue 141

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

Shades of Eagle #ABA88D

Tints of Eagle #ABA88D

RGB

 RED value IS 171 (67.19% from 255) = 35.63%

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

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

R = 35.63%
G = 35%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#ABA88D (or 0xABA88D) is known color: Eagle. HEX triplet: AB, A8 and 8D. RGB value is (171,168,141). Sum of RGB (Red+Green+Blue) = 171+168+141=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA88D is #545772. Grayscale: #A5A5A5. Windows color (decimal): -5527411 or 9283755. OLE color: 9283755.

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

Color convert

RGB 171 168 141 -
CMYK 0 0.02 0.18 0.33
HSL 54º 0.15% 0.61% -
HSV(B) 54º 0.18% 0.67% -
XYZ 35.6 38.59 30.77 -
YUV 165.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 171 168 141 0 0.02 0.18 0.33 54 0.15 0.61
Hex AB A8 8D 0 2 12 21 36 F 3D
Octal 253 250 215 0 2 22 41 66 17 75
Binary 10101011 10101000 10001101 0 10 10010 100001 110110 1111 111101

Color Harmonies of #ABA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA88D

Black with #ABA88D

Text Example


Text Example

White with #ABA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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