Html Css Color HEX #A4B17C Locust

📋 copy color: '#A4B17C'

red 164 ◦ green 177 ◦ blue 124

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

Shades of Locust #A4B17C

Tints of Locust #A4B17C

RGB

 RED value IS 164 (64.45% from 255) = 35.27%

 GREEN value IS 177 (69.53% from 255) = 38.06%

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 35.27%
G = 38.06%
B = 26.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#A4B17C (or 0xA4B17C) is known color: Locust. HEX triplet: A4, B1 and 7C. RGB value is (164,177,124). Sum of RGB (Red+Green+Blue) = 164+177+124=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B17C is #5B4E83. Grayscale: #A7A7A7. Windows color (decimal): -5983876 or 8171940. OLE color: 8171940.

HSL color Cylindrical-coordinate representation of color #A4B17C: hue angle of 74.72º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4B17C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 177 124 -
CMYK 0.07 0 0.30 0.31
HSL 74.72º 0.25% 0.59% -
HSV(B) 74.72º 0.3% 0.69% -
XYZ 34.67 40.79 25.12 -
YUV 167.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 164 177 124 0.07 0 0.30 0.31 74.72 0.25 0.59
Hex A4 B1 7C 7 0 1E 1F 4B 19 3B
Octal 244 261 174 7 0 36 37 113 31 73
Binary 10100100 10110001 1111100 111 0 11110 11111 1001011 11001 111011

Color Harmonies of #A4B17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B17C

Black with #A4B17C

Text Example


Text Example

White with #A4B17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B17C; }

 p { color: rgb(164,177,124); }

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

background-color css

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

 a { background-color: rgb(164,177,124); }

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

border-color css

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

 span { border-color: rgb(164,177,124); }

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