Html Css Color HEX #A5B27B Locust

📋 copy color: '#A5B27B'

red 165 ◦ green 178 ◦ blue 123

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

Shades of Locust #A5B27B

Tints of Locust #A5B27B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.2%

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

R = 35.41%
G = 38.2%
B = 26.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#A5B27B (or 0xA5B27B) is known color: Locust. HEX triplet: A5, B2 and 7B. RGB value is (165,178,123). Sum of RGB (Red+Green+Blue) = 165+178+123=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B27B is #5A4D84. Grayscale: #A8A8A8. Windows color (decimal): -5918085 or 8106661. OLE color: 8106661.

HSL color Cylindrical-coordinate representation of color #A5B27B: hue angle of 74.18º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5B27B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 178 123 -
CMYK 0.07 0 0.31 0.30
HSL 74.18º 0.26% 0.59% -
HSV(B) 74.18º 0.31% 0.7% -
XYZ 35.01 41.27 24.86 -
YUV 167.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 165 178 123 0.07 0 0.31 0.30 74.18 0.26 0.59
Hex A5 B2 7B 7 0 1F 1E 4A 1A 3B
Octal 245 262 173 7 0 37 36 112 32 73
Binary 10100101 10110010 1111011 111 0 11111 11110 1001010 11010 111011

Color Harmonies of #A5B27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B27B

Black with #A5B27B

Text Example


Text Example

White with #A5B27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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