Html Css Color HEX #A5B07F Locust

📋 copy color: '#A5B07F'

red 165 ◦ green 176 ◦ blue 127

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

Shades of Locust #A5B07F

Tints of Locust #A5B07F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.61%

 BLUE value IS 127 (50% from 255) = 27.14%

R = 35.26%
G = 37.61%
B = 27.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#A5B07F (or 0xA5B07F) is known color: Locust. HEX triplet: A5, B0 and 7F. RGB value is (165,176,127). Sum of RGB (Red+Green+Blue) = 165+176+127=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B07F is #5A4F80. Grayscale: #A7A7A7. Windows color (decimal): -5918593 or 8368293. OLE color: 8368293.

HSL color Cylindrical-coordinate representation of color #A5B07F: hue angle of 73.47º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5B07F is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 176 127 -
CMYK 0.06 0 0.28 0.31
HSL 73.47º 0.24% 0.59% -
HSV(B) 73.47º 0.28% 0.69% -
XYZ 34.87 40.58 26.07 -
YUV 167.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 165 176 127 0.06 0 0.28 0.31 73.47 0.24 0.59
Hex A5 B0 7F 6 0 1C 1F 49 18 3B
Octal 245 260 177 6 0 34 37 111 30 73
Binary 10100101 10110000 1111111 110 0 11100 11111 1001001 11000 111011

Color Harmonies of #A5B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B07F

Black with #A5B07F

Text Example


Text Example

White with #A5B07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B07F; }

 p { color: rgb(165,176,127); }

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

background-color css

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

 a { background-color: rgb(165,176,127); }

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

border-color css

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

 span { border-color: rgb(165,176,127); }

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