Html Css Color HEX #A5B981 Caper

📋 copy color: '#A5B981'

red 165 ◦ green 185 ◦ blue 129

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

Shades of Caper #A5B981

Tints of Caper #A5B981

RGB

 RED value IS 165 (64.84% from 255) = 34.45%

 GREEN value IS 185 (72.66% from 255) = 38.62%

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 34.45%
G = 38.62%
B = 26.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A5B981 (or 0xA5B981) is known color: Caper. HEX triplet: A5, B9 and 81. RGB value is (165,185,129). Sum of RGB (Red+Green+Blue) = 165+185+129=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B981 is #5A467E. Grayscale: #ACACAC. Windows color (decimal): -5916287 or 8501669. OLE color: 8501669.

HSL color Cylindrical-coordinate representation of color #A5B981: hue angle of 81.43º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B981 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 129 -
CMYK 0.11 0 0.30 0.27
HSL 81.43º 0.29% 0.62% -
HSV(B) 81.43º 0.3% 0.73% -
XYZ 36.83 44.28 27.38 -
YUV 172.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 165 185 129 0.11 0 0.30 0.27 81.43 0.29 0.62
Hex A5 B9 81 B 0 1E 1B 51 1D 3E
Octal 245 271 201 13 0 36 33 121 35 76
Binary 10100101 10111001 10000001 1011 0 11110 11011 1010001 11101 111110

Color Harmonies of #A5B981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B981

Black with #A5B981

Text Example


Text Example

White with #A5B981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B981; }

 p { color: rgb(165,185,129); }

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

background-color css

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

 a { background-color: rgb(165,185,129); }

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

border-color css

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

 span { border-color: rgb(165,185,129); }

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