Html Css Color HEX #A7AD7B Locust

📋 copy color: '#A7AD7B'

red 167 ◦ green 173 ◦ blue 123

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

Shades of Locust #A7AD7B

Tints of Locust #A7AD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 36.07%
G = 37.37%
B = 26.57%

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

#A7AD7B (or 0xA7AD7B) is known color: Locust. HEX triplet: A7, AD and 7B. RGB value is (167,173,123). Sum of RGB (Red+Green+Blue) = 167+173+123=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD7B is #585284. Grayscale: #A5A5A5. Windows color (decimal): -5788293 or 8105383. OLE color: 8105383.

HSL color Cylindrical-coordinate representation of color #A7AD7B: hue angle of 67.2º degrees, saturation: 0.23, 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 #A7AD7B is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 173 123 -
CMYK 0.03 0 0.29 0.32
HSL 67.2º 0.23% 0.58% -
HSV(B) 67.2º 0.29% 0.68% -
XYZ 34.46 39.53 24.55 -
YUV 165.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 167 173 123 0.03 0 0.29 0.32 67.2 0.23 0.58
Hex A7 AD 7B 3 0 1D 20 43 17 3A
Octal 247 255 173 3 0 35 40 103 27 72
Binary 10100111 10101101 1111011 11 0 11101 100000 1000011 10111 111010

Color Harmonies of #A7AD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AD7B

Black with #A7AD7B

Text Example


Text Example

White with #A7AD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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