Html Css Color HEX #A5AC75 Locust

📋 copy color: '#A5AC75'

red 165 ◦ green 172 ◦ blue 117

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

Shades of Locust #A5AC75

Tints of Locust #A5AC75

RGB

 RED value IS 165 (64.84% from 255) = 36.34%

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

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

R = 36.34%
G = 37.89%
B = 25.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#A5AC75 (or 0xA5AC75) is known color: Locust. HEX triplet: A5, AC and 75. RGB value is (165,172,117). Sum of RGB (Red+Green+Blue) = 165+172+117=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC75 is #5A538A. Grayscale: #A3A3A3. Windows color (decimal): -5919627 or 7711909. OLE color: 7711909.

HSL color Cylindrical-coordinate representation of color #A5AC75: hue angle of 67.64º 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 #A5AC75 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 172 117 -
CMYK 0.04 0 0.32 0.33
HSL 67.64º 0.25% 0.57% -
HSV(B) 67.64º 0.32% 0.67% -
XYZ 33.48 38.79 22.55 -
YUV 163.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 165 172 117 0.04 0 0.32 0.33 67.64 0.25 0.57
Hex A5 AC 75 4 0 20 21 44 19 39
Octal 245 254 165 4 0 40 41 104 31 71
Binary 10100101 10101100 1110101 100 0 100000 100001 1000100 11001 111001

Color Harmonies of #A5AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC75

Black with #A5AC75

Text Example


Text Example

White with #A5AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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