Html Css Color HEX #A7AD7A Locust

📋 copy color: '#A7AD7A'

red 167 ◦ green 173 ◦ blue 122

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

Shades of Locust #A7AD7A

Tints of Locust #A7AD7A

RGB

 RED value IS 167 (65.63% from 255) = 36.15%

 GREEN value IS 173 (67.97% from 255) = 37.45%

 BLUE value IS 122 (48.05% from 255) = 26.41%

R = 36.15%
G = 37.45%
B = 26.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#A7AD7A (or 0xA7AD7A) is known color: Locust. HEX triplet: A7, AD and 7A. RGB value is (167,173,122). Sum of RGB (Red+Green+Blue) = 167+173+122=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD7A is #585285. Grayscale: #A5A5A5. Windows color (decimal): -5788294 or 8039847. OLE color: 8039847.

HSL color Cylindrical-coordinate representation of color #A7AD7A: hue angle of 67.06º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7AD7A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 173 122 -
CMYK 0.03 0 0.29 0.32
HSL 67.06º 0.24% 0.58% -
HSV(B) 67.06º 0.29% 0.68% -
XYZ 34.39 39.51 24.23 -
YUV 165.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 167 173 122 0.03 0 0.29 0.32 67.06 0.24 0.58
Hex A7 AD 7A 3 0 1D 20 43 18 3A
Octal 247 255 172 3 0 35 40 103 30 72
Binary 10100111 10101101 1111010 11 0 11101 100000 1000011 11000 111010

Color Harmonies of #A7AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AD7A

Black with #A7AD7A

Text Example


Text Example

White with #A7AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AD7A; }

 p { color: rgb(167,173,122); }

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

background-color css

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

 a { background-color: rgb(167,173,122); }

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

border-color css

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

 span { border-color: rgb(167,173,122); }

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