Html Css Color HEX #A4AC75 Locust

📋 copy color: '#A4AC75'

red 164 ◦ green 172 ◦ blue 117

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

Shades of Locust #A4AC75

Tints of Locust #A4AC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.97%

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 36.2%
G = 37.97%
B = 25.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#A4AC75 (or 0xA4AC75) is known color: Locust. HEX triplet: A4, AC and 75. RGB value is (164,172,117). Sum of RGB (Red+Green+Blue) = 164+172+117=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AC75 is #5B538A. Grayscale: #A3A3A3. Windows color (decimal): -5985163 or 7711908. OLE color: 7711908.

HSL color Cylindrical-coordinate representation of color #A4AC75: hue angle of 68.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4AC75 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 172 117 -
CMYK 0.05 0 0.32 0.33
HSL 68.73º 0.25% 0.57% -
HSV(B) 68.73º 0.32% 0.67% -
XYZ 33.27 38.68 22.54 -
YUV 163.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 164 172 117 0.05 0 0.32 0.33 68.73 0.25 0.57
Hex A4 AC 75 5 0 20 21 45 19 39
Octal 244 254 165 5 0 40 41 105 31 71
Binary 10100100 10101100 1110101 101 0 100000 100001 1000101 11001 111001

Color Harmonies of #A4AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AC75

Black with #A4AC75

Text Example


Text Example

White with #A4AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AC75; }

 p { color: rgb(164,172,117); }

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

background-color css

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

 a { background-color: rgb(164,172,117); }

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

border-color css

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

 span { border-color: rgb(164,172,117); }

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