Html Css Color HEX #A8B07F Locust

📋 copy color: '#A8B07F'

red 168 ◦ green 176 ◦ blue 127

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

Shades of Locust #A8B07F

Tints of Locust #A8B07F

RGB

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

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

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

R = 35.67%
G = 37.37%
B = 26.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#A8B07F (or 0xA8B07F) is known color: Locust. HEX triplet: A8, B0 and 7F. RGB value is (168,176,127). Sum of RGB (Red+Green+Blue) = 168+176+127=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B07F is #574F80. Grayscale: #A8A8A8. Windows color (decimal): -5721985 or 8368296. OLE color: 8368296.

HSL color Cylindrical-coordinate representation of color #A8B07F: hue angle of 69.8º 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 #A8B07F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 127 -
CMYK 0.05 0 0.28 0.31
HSL 69.8º 0.24% 0.59% -
HSV(B) 69.8º 0.28% 0.69% -
XYZ 35.5 40.91 26.1 -
YUV 168.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 168 176 127 0.05 0 0.28 0.31 69.8 0.24 0.59
Hex A8 B0 7F 5 0 1C 1F 46 18 3B
Octal 250 260 177 5 0 34 37 106 30 73
Binary 10101000 10110000 1111111 101 0 11100 11111 1000110 11000 111011

Color Harmonies of #A8B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B07F

Black with #A8B07F

Text Example


Text Example

White with #A8B07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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