Html Css Color HEX #ABA67F Neutral Green

📋 copy color: '#ABA67F'

red 171 ◦ green 166 ◦ blue 127

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

Shades of Neutral Green #ABA67F

Tints of Neutral Green #ABA67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.78%

 BLUE value IS 127 (50% from 255) = 27.37%

R = 36.85%
G = 35.78%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#ABA67F (or 0xABA67F) is known color: Neutral Green. HEX triplet: AB, A6 and 7F. RGB value is (171,166,127). Sum of RGB (Red+Green+Blue) = 171+166+127=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA67F is #545980. Grayscale: #A3A3A3. Windows color (decimal): -5527937 or 8365739. OLE color: 8365739.

HSL color Cylindrical-coordinate representation of color #ABA67F: hue angle of 53.18º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA67F is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 127 -
CMYK 0 0.03 0.26 0.33
HSL 53.18º 0.21% 0.58% -
HSV(B) 53.18º 0.26% 0.67% -
XYZ 34.26 37.46 25.5 -
YUV 163.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 171 166 127 0 0.03 0.26 0.33 53.18 0.21 0.58
Hex AB A6 7F 0 3 1A 21 35 15 3A
Octal 253 246 177 0 3 32 41 65 25 72
Binary 10101011 10100110 1111111 0 11 11010 100001 110101 10101 111010

Color Harmonies of #ABA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA67F

Black with #ABA67F

Text Example


Text Example

White with #ABA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA67F; }

 p { color: rgb(171,166,127); }

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

background-color css

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

 a { background-color: rgb(171,166,127); }

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

border-color css

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

 span { border-color: rgb(171,166,127); }

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