Html Css Color HEX #A8B27D Locust

📋 copy color: '#A8B27D'

red 168 ◦ green 178 ◦ blue 125

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

Shades of Locust #A8B27D

Tints of Locust #A8B27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.54%

R = 35.67%
G = 37.79%
B = 26.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#A8B27D (or 0xA8B27D) is known color: Locust. HEX triplet: A8, B2 and 7D. RGB value is (168,178,125). Sum of RGB (Red+Green+Blue) = 168+178+125=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B27D is #574D82. Grayscale: #A9A9A9. Windows color (decimal): -5721475 or 8237736. OLE color: 8237736.

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

Color convert

RGB 168 178 125 -
CMYK 0.06 0 0.30 0.30
HSL 71.32º 0.26% 0.59% -
HSV(B) 71.32º 0.3% 0.7% -
XYZ 35.77 41.65 25.56 -
YUV 168.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 168 178 125 0.06 0 0.30 0.30 71.32 0.26 0.59
Hex A8 B2 7D 6 0 1E 1E 47 1A 3B
Octal 250 262 175 6 0 36 36 107 32 73
Binary 10101000 10110010 1111101 110 0 11110 11110 1000111 11010 111011

Color Harmonies of #A8B27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B27D

Black with #A8B27D

Text Example


Text Example

White with #A8B27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B27D; }

 p { color: rgb(168,178,125); }

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

background-color css

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

 a { background-color: rgb(168,178,125); }

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

border-color css

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

 span { border-color: rgb(168,178,125); }

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