Html Css Color HEX #A5AF7B Locust

📋 copy color: '#A5AF7B'

red 165 ◦ green 175 ◦ blue 123

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

Shades of Locust #A5AF7B

Tints of Locust #A5AF7B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

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

R = 35.64%
G = 37.8%
B = 26.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#A5AF7B (or 0xA5AF7B) is known color: Locust. HEX triplet: A5, AF and 7B. RGB value is (165,175,123). Sum of RGB (Red+Green+Blue) = 165+175+123=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF7B is #5A5084. Grayscale: #A6A6A6. Windows color (decimal): -5918853 or 8105893. OLE color: 8105893.

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

Color convert

RGB 165 175 123 -
CMYK 0.06 0 0.30 0.31
HSL 71.54º 0.25% 0.58% -
HSV(B) 71.54º 0.3% 0.69% -
XYZ 34.42 40.09 24.66 -
YUV 166.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 165 175 123 0.06 0 0.30 0.31 71.54 0.25 0.58
Hex A5 AF 7B 6 0 1E 1F 48 19 3A
Octal 245 257 173 6 0 36 37 110 31 72
Binary 10100101 10101111 1111011 110 0 11110 11111 1001000 11001 111010

Color Harmonies of #A5AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF7B

Black with #A5AF7B

Text Example


Text Example

White with #A5AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF7B; }

 p { color: rgb(165,175,123); }

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

background-color css

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

 a { background-color: rgb(165,175,123); }

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

border-color css

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

 span { border-color: rgb(165,175,123); }

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