Html Css Color HEX #A8B07A Locust

📋 copy color: '#A8B07A'

red 168 ◦ green 176 ◦ blue 122

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

Shades of Locust #A8B07A

Tints of Locust #A8B07A

RGB

 RED value IS 168 (66.02% from 255) = 36.05%

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

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

R = 36.05%
G = 37.77%
B = 26.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#A8B07A (or 0xA8B07A) is known color: Locust. HEX triplet: A8, B0 and 7A. RGB value is (168,176,122). Sum of RGB (Red+Green+Blue) = 168+176+122=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B07A is #574F85. Grayscale: #A7A7A7. Windows color (decimal): -5721990 or 8040616. OLE color: 8040616.

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

Color convert

RGB 168 176 122 -
CMYK 0.05 0 0.31 0.31
HSL 68.89º 0.25% 0.58% -
HSV(B) 68.89º 0.31% 0.69% -
XYZ 35.19 40.78 24.43 -
YUV 167.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 168 176 122 0.05 0 0.31 0.31 68.89 0.25 0.58
Hex A8 B0 7A 5 0 1F 1F 45 19 3A
Octal 250 260 172 5 0 37 37 105 31 72
Binary 10101000 10110000 1111010 101 0 11111 11111 1000101 11001 111010

Color Harmonies of #A8B07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B07A

Black with #A8B07A

Text Example


Text Example

White with #A8B07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B07A; }

 p { color: rgb(168,176,122); }

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

background-color css

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

 a { background-color: rgb(168,176,122); }

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

border-color css

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

 span { border-color: rgb(168,176,122); }

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