Html Css Color HEX #A3AB83 Locust

📋 copy color: '#A3AB83'

red 163 ◦ green 171 ◦ blue 131

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

Shades of Locust #A3AB83

Tints of Locust #A3AB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 35.05%
G = 36.77%
B = 28.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#A3AB83 (or 0xA3AB83) is known color: Locust. HEX triplet: A3, AB and 83. RGB value is (163,171,131). Sum of RGB (Red+Green+Blue) = 163+171+131=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB83 is #5C547C. Grayscale: #A4A4A4. Windows color (decimal): -6050941 or 8629155. OLE color: 8629155.

HSL color Cylindrical-coordinate representation of color #A3AB83: hue angle of 72º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3AB83 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 171 131 -
CMYK 0.05 0 0.23 0.33
HSL 72º 0.19% 0.59% -
HSV(B) 72º 0.23% 0.67% -
XYZ 33.76 38.55 27.13 -
YUV 164.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 163 171 131 0.05 0 0.23 0.33 72 0.19 0.59
Hex A3 AB 83 5 0 17 21 48 13 3B
Octal 243 253 203 5 0 27 41 110 23 73
Binary 10100011 10101011 10000011 101 0 10111 100001 1001000 10011 111011

Color Harmonies of #A3AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AB83

Black with #A3AB83

Text Example


Text Example

White with #A3AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AB83; }

 p { color: rgb(163,171,131); }

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

background-color css

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

 a { background-color: rgb(163,171,131); }

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

border-color css

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

 span { border-color: rgb(163,171,131); }

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