Html Css Color HEX #A7B27A Locust

📋 copy color: '#A7B27A'

red 167 ◦ green 178 ◦ blue 122

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

Shades of Locust #A7B27A

Tints of Locust #A7B27A

RGB

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

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

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

R = 35.76%
G = 38.12%
B = 26.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#A7B27A (or 0xA7B27A) is known color: Locust. HEX triplet: A7, B2 and 7A. RGB value is (167,178,122). Sum of RGB (Red+Green+Blue) = 167+178+122=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B27A is #584D85. Grayscale: #A8A8A8. Windows color (decimal): -5787014 or 8041127. OLE color: 8041127.

HSL color Cylindrical-coordinate representation of color #A7B27A: hue angle of 71.79º degrees, saturation: 0.27, 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 #A7B27A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 178 122 -
CMYK 0.06 0 0.31 0.30
HSL 71.79º 0.27% 0.59% -
HSV(B) 71.79º 0.31% 0.7% -
XYZ 35.37 41.46 24.55 -
YUV 168.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 167 178 122 0.06 0 0.31 0.30 71.79 0.27 0.59
Hex A7 B2 7A 6 0 1F 1E 48 1B 3B
Octal 247 262 172 6 0 37 36 110 33 73
Binary 10100111 10110010 1111010 110 0 11111 11110 1001000 11011 111011

Color Harmonies of #A7B27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B27A

Black with #A7B27A

Text Example


Text Example

White with #A7B27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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