Html Css Color HEX #A3B17D Locust

📋 copy color: '#A3B17D'

red 163 ◦ green 177 ◦ blue 125

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

Shades of Locust #A3B17D

Tints of Locust #A3B17D

RGB

 RED value IS 163 (64.06% from 255) = 35.05%

 GREEN value IS 177 (69.53% from 255) = 38.06%

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

R = 35.05%
G = 38.06%
B = 26.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#A3B17D (or 0xA3B17D) is known color: Locust. HEX triplet: A3, B1 and 7D. RGB value is (163,177,125). Sum of RGB (Red+Green+Blue) = 163+177+125=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B17D is #5C4E82. Grayscale: #A7A7A7. Windows color (decimal): -6049411 or 8237475. OLE color: 8237475.

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

Color convert

RGB 163 177 125 -
CMYK 0.08 0 0.29 0.31
HSL 76.15º 0.25% 0.59% -
HSV(B) 76.15º 0.29% 0.69% -
XYZ 34.53 40.71 25.44 -
YUV 166.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 163 177 125 0.08 0 0.29 0.31 76.15 0.25 0.59
Hex A3 B1 7D 8 0 1D 1F 4C 19 3B
Octal 243 261 175 10 0 35 37 114 31 73
Binary 10100011 10110001 1111101 1000 0 11101 11111 1001100 11001 111011

Color Harmonies of #A3B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B17D

Black with #A3B17D

Text Example


Text Example

White with #A3B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B17D; }

 p { color: rgb(163,177,125); }

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

background-color css

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

 a { background-color: rgb(163,177,125); }

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

border-color css

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

 span { border-color: rgb(163,177,125); }

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